"c:\Program Files\Windows Resource Kits\Tools\robocopy.exe"
\\220.1.1.13\U$\BACKUP\HOSIX\ N:\SQL_2005\ /e /r:3 /w:3
/LOG+:D:\Logs\Robocopy\Robocopy.Log /IPG:0
IF ERRORLEVEL 16 GOTO LabelErr
IF ERRORLEVEL 8 GOTO LabelErr
IF ERRORLEVEL 0 GOTO Label0
:LabelErr
SET ERRORLEV=1
ECHO ERRORLEVEL = %ERRORLEV%
EXIT 1
:Label0
SET ERRORLEV=0
ECHO %ERRORLEV%