From b50dac1c6347ad3d08f5b8177a60dce3ded48495 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 23:18:26 +0100 Subject: [PATCH] R=100 --- 02_ExtractIso.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%