G
Guest
Windows 2000 Adv Server sp4
I have a number of batch files I have created to do various tasks and have
scheduled them to run with my domain credentials at a scheduled time. When
Task Scheduler runs the item(s) I get a result of 0x4 so the tasks never
really run.
This is one example, I have a number of shares on computer A and I have
created a batch file which will xcopy the items from the share on folder A to
a mapped network drive (computer B) which has the same folder structure of
computer A. If I run the batch file outside of task scheduler it runs fine.
Text of the batch file is as follows:
echo on
xcopy D:\folder P:\folder /s/r/y
I would love these to run at the scheduled times and make my life a lot
easier.
What is happening here?
I have a number of batch files I have created to do various tasks and have
scheduled them to run with my domain credentials at a scheduled time. When
Task Scheduler runs the item(s) I get a result of 0x4 so the tasks never
really run.
This is one example, I have a number of shares on computer A and I have
created a batch file which will xcopy the items from the share on folder A to
a mapped network drive (computer B) which has the same folder structure of
computer A. If I run the batch file outside of task scheduler it runs fine.
Text of the batch file is as follows:
echo on
xcopy D:\folder P:\folder /s/r/y
I would love these to run at the scheduled times and make my life a lot
easier.
What is happening here?