BLOG robocopy in post build 24 January 2014 Previous post button Up to TOC button Next post button

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