robocyop retries set to 10

This commit is contained in:
Michael H.G. Schmidt 2021-03-27 12:55:58 +01:00
parent 8c3edb9634
commit a542d322f6

View File

@ -38,7 +38,7 @@ echo mounting disk image (iso) with powershell ...
powershell Mount-DiskImage -ImagePath %ISOFILE%
echo copying files from image to targetpath %USBDRIVE% ...
robocopy \\.\CDROM0 %USBDRIVE% /MIR /256 /NFL /NDL
robocopy \\.\CDROM0 %USBDRIVE% /MIR /256 /NFL /NDL /R:10
echo unmounting disk image (iso) ...
powershell Dismount-Diskimage -ImagePath %ISOFILE%