TomBilensky
IS-IT--Management
Using Robocopy.exe from the NT resource kit:
We are copying all the files from a specific folder (without any sub folders) to a specified directory that we have already created. We have been successful in doing so, when launching the file manually. We are having trouble scheduling this task. We are trying to use the WinAT Command Scheduler from the NT 4.0 resource kit.
Here is the command line that we're using in Robocopy
C:\Robocopy.exe d:\apps\rasscle\rass2_0 d:\sections\pers\rassdata /v /log:d:\users\rwelling\shared\rdl\rasscopy.txt
This command line allows us to copy the data we need to the destination needed, with a log file created.
The scheduler is set up to run the .bat file at 8:36pm Monday through Friday, however the .bat file is not being launched.
Thoughts and suggestions please.
We are copying all the files from a specific folder (without any sub folders) to a specified directory that we have already created. We have been successful in doing so, when launching the file manually. We are having trouble scheduling this task. We are trying to use the WinAT Command Scheduler from the NT 4.0 resource kit.
Here is the command line that we're using in Robocopy
C:\Robocopy.exe d:\apps\rasscle\rass2_0 d:\sections\pers\rassdata /v /log:d:\users\rwelling\shared\rdl\rasscopy.txt
This command line allows us to copy the data we need to the destination needed, with a log file created.
The scheduler is set up to run the .bat file at 8:36pm Monday through Friday, however the .bat file is not being launched.
Thoughts and suggestions please.