R=100
This commit is contained in:
parent
6546c9c3a6
commit
b50dac1c63
@ -29,7 +29,7 @@ echo mounting disk image (iso) with powershell ...
|
||||
powershell Mount-DiskImage -ImagePath %ISOFILE%
|
||||
|
||||
echo copying files from image to targetpath %W10% ...
|
||||
robocopy \\.\CDROM0 %W10% /MIR /256 /NFL /NDL
|
||||
robocopy \\.\CDROM0 %W10% /MIR /256 /NFL /NDL /R:100
|
||||
|
||||
echo unmounting disk image (iso) ...
|
||||
powershell Dismount-Diskimage -ImagePath %ISOFILE%
|
||||
|
Loading…
Reference in New Issue
Block a user