To see a copied file list only and accept non-fatal return codes do this:
robocopy source destination switches /NJS /NJH /NP /NDL if %ERRORLEVEL% LEQ 7 exit /B 0
| BLOG | robocopy in post build | 24 January 2014 |
|
To see a copied file list only and accept non-fatal return codes do this:
robocopy source destination switches /NJS /NJH /NP /NDL if %ERRORLEVEL% LEQ 7 exit /B 0