Script
#format
robocopy \\source\ \\destination\ /E /XO /SEC /Copyall /R:1 /W:30 /LOG:\\locationOfLog.txt
#actual copy job
robocopy \\ctb-services\e$\ J:\ /E /XO /SEC /Copyall /R:1 /W:30 /LOG:c:\scripts\robocopylog.txt
Placing the Files
Place both the .bat file and create a .txt for the log file.

Task Scheduler Basic Settings
- Action: is “Start a program”
- Program/script: location of the .bat file (created in the above step)
