I know of the DOS command to redirect stdout
Code:
C:> myprogram >info.txt
using this command, or some other method outside of coding it into the program, is there a way that I can have stdout go to the screen and a file???