Friday, January 24, 2014

ROBOCOPY in post build

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

No comments:

Post a Comment