Viewing post 1 (of 1 total)
Wow, 5 years later! :w00t:
The batch file that does the copying should look something like this:
----
ECHO OFF
C:\Robocopy D:\FOLDER \\REMOTESERVER\FOLDER /MIR /R:10
ECHO ERRORLEVEL = %errorlevel%
if errorlevel 16 exit...
May 4, 2009 at 11:17 am
#988225