At the end of whatever command you send to the System (for example "dosomething.bat c:\"), you append the string " >Textfile.txt". Then the output of the DOS screen should be re-routed to this text file.
I tested the example below with a batch file called "dostuff.bat" which contains the command "dir c:\".
Upon running, the text file "c:\Textfile.txt" is generated.
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)