From a542d322f6c6c6b9de36accadb6c22c2f905e1c5 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 12:55:58 +0100 Subject: [PATCH] robocyop retries set to 10 --- 05_CreateStick.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_CreateStick.cmd b/05_CreateStick.cmd index 51ca17b..d5f6373 100644 --- a/05_CreateStick.cmd +++ b/05_CreateStick.cmd @@ -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%