Summary
When running a console-based application, the output can be captured using the >> redirection command:
tracert www.arcanadev.com >> trace.log
logs the output of the tracert command to a file called trace.log.
To do this for a program running under the Arcana Scheduler, you must embed the command in a batch file and call that batch file from the Scheduler.
More Information
If you use
tracert www.arcanadev.com >> trace.log
as the command line within the Scheduler, the output will not be redirected as requested.
Instead, you should create a batch file that contains the command line. Then specify the batch file as the program to execute in the Scheduler.