diff --git a/02_ExtractIso.cmd b/02_ExtractIso.cmd index a064a3e..864e08a 100644 --- a/02_ExtractIso.cmd +++ b/02_ExtractIso.cmd @@ -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%