This commit is contained in:
Michael H.G. Schmidt 2021-03-27 23:18:26 +01:00
parent 6546c9c3a6
commit b50dac1c63

View File

@ -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%