robocyop retries set to 10
This commit is contained in:
parent
8c3edb9634
commit
a542d322f6
@ -38,7 +38,7 @@ echo mounting disk image (iso) with powershell ...
|
|||||||
powershell Mount-DiskImage -ImagePath %ISOFILE%
|
powershell Mount-DiskImage -ImagePath %ISOFILE%
|
||||||
|
|
||||||
echo copying files from image to targetpath %USBDRIVE% ...
|
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) ...
|
echo unmounting disk image (iso) ...
|
||||||
powershell Dismount-Diskimage -ImagePath %ISOFILE%
|
powershell Dismount-Diskimage -ImagePath %ISOFILE%
|
||||||
|
Loading…
Reference in New Issue
Block a user