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
To supplement @user2744787's answer, here is a screenshot to show how to use cmd with arguments in a Scheduled Task:
cmd
Program/script: cmd
Add arguments: /c run_with_default_port.bat > IMQuantWebServices.log
/c run_with_default_port.bat > IMQuantWebServices.log