Redirect output from curses application
Posted: 22 Jul 2008 08:26
I'm running MS DOS 6.22, and am using a curses based application. I need to redirect the information to a text file. So I tried using output stream character:However, that didn't work, which I expected it not to. Is there some way to get the information it's displaying to a text file?
I think there's an option to have the information output to a floppy as well. So if there's a way to redirect the stream going to the floppy to a text file instead, that would also be great.
Code: Select all
C:\> myCursesProgram > 1.txt
I think there's an option to have the information output to a floppy as well. So if there's a way to redirect the stream going to the floppy to a text file instead, that would also be great.