Hi everyone
I am running a fairly long batch file (go.bat), that I use echo on so I can see the output on screen
In order to make a log file, I just add this to my command line:
go.bat > mylog.txt
But when I do this, it "disables" the screen output

Any ideas how I can have the screen output and the log file? (I want to keep it very simple)

TIA


wiseant