J
Jasper Recto
I 'm trying to set up a task that runs reports and prints them out on
different printers. I have created a batch file that will execute the task.
When I go to the command line and run that task (e.g. d:\batchreports.bat),
everything works great.
Now, when I create a scheduled task using the at command, it doesn't work.
I look at the logs and there is an entry for when it starts but never an
entry for when it finishes. Why is this not working?
The AT command I'm using is:
at 20:00 /interactive /every:MTWThF d:\batchreports.bat
Any help would be greatly appreciated
different printers. I have created a batch file that will execute the task.
When I go to the command line and run that task (e.g. d:\batchreports.bat),
everything works great.
Now, when I create a scheduled task using the at command, it doesn't work.
I look at the logs and there is an entry for when it starts but never an
entry for when it finishes. Why is this not working?
The AT command I'm using is:
at 20:00 /interactive /every:MTWThF d:\batchreports.bat
Any help would be greatly appreciated