Using Windows Server 2008, how do I go about capturing the output of a script that is being ran with the windows task scheduler?
I\'m testing a rather long custom pr
With stderr (where most of the errors go to):
cmd /c yourscript.cmd > logall.txt 2>&1