where does schtasks job output go?

  • Thread starter Thread starter saalwaechter
  • Start date Start date
S

saalwaechter

I've scheduled an incremental backup of a folder from one disk to
another on a windows xp pro system. If I run this .bat job
interactively, it produces some basic output and a summary report.
When the job runs under schtasks, where does that output go? Does it
just go to the Windows equivalent of /dev/null?
 
saalwaechter said:
I've scheduled an incremental backup of a folder from one disk to
another on a windows xp pro system. If I run this .bat job
interactively, it produces some basic output and a summary report.
When the job runs under schtasks, where does that output go? Does
it just go to the Windows equivalent of /dev/null?

Unless you redirected the output from the screen to a file (usually a
command line..) - then - yeah.
 
Back
Top