Extraction of output from an IDE into text

Closed
Maddy - 17 Apr 2009 à 01:14
 Maddy - 17 Apr 2009 à 05:39
Hello,
I have an IDE named VxWorks 653 2.2.3 Development shell which is
getting invoked through a .bat file.Now since my IDE is not logging
any of its output,i need to extract the whole contents of my IDE to
some text file or xml files.As per the google i had tried the
redirection operator,which just helped me to get the partial output
i.e i was unable to get the errors which was thrown when my IDe
finished its building or compilation process.I hav pasted the .bat
file below for your reference which invokes my IDE shown below

D:\WindRiver\wrenv.exe -p vxworks653-2.2.3 run
D:\WindRiver\wrenv.exe -p vxworks653-2.2.3>C:\ThreePartition
\output.txt
PAUSE

Can u pla suggest me if the code above written is correct or not.If not wht is the proper one

I hope i am able to convey my problem to you clearly
Please get back to me if u need any more clarifications.

Thanks
Maddy
Related:

2 responses

paraphone Posts 15 Registration date Wednesday 17 September 2008 Status Member Last seen 11 June 2009 1
17 Apr 2009 à 05:07
hi,
try this link to get help:
http://confluence.public.thoughtworks.org/display/CCNET/Visual+Studio+Task
Hi,
Thanks for the input u had given.But my area of concern is extracting the whole of the contents seen in IDE into some text file.I had written a .bat file to invoke my IDE.But i just want the whole contents of my IDE to be logged into some text or xml files.

Thanks
Maddy