First post, by OaklandPaul
I have been unable to redirect output to a file in DOSBox (version 0.74), via:
dosomething.bat >testout.txt 2>&1
where the ">" sign in a regular DOS window redirects the output (stdout) of a command to a file, and the "2>&1" redirects stderr to the same place as stdout.
The Dosbox console window says "SHELL:Redirect output to testout.txt", but the output still goes to the main Dosbox window. File "testout.txt" is created, but its empty. I varied the Dosbox cycle speed, with no effect. I want to save the output from compiling, but it is scrolling off the window.
Thanks very much.