This commit is contained in:
Michael H.G. Schmidt 2023-02-08 17:10:43 +01:00
parent bb2dca6618
commit 62a90bc3bf

View File

@ -31,7 +31,7 @@ echo mounting disk image (iso) with powershell ...
for /f %%i in ('"powershell $diskImage=Mount-DiskImage -ImagePath %ISOFILE% -NoDriveLetter; write-host $diskImage.DevicePath"') do @set DEVICEPATH=%%i
echo copying files from image to targetpath %W10% ...
robocopy %DEVICEPATH% %W10% /MIR /256 /NFL /NDL /R:100
robocopy %DEVICEPATH% %W10% /MIR /256 /NFL /NDL /R:0
echo unmounting disk image (iso) ...
powershell Dismount-Diskimage -ImagePath %ISOFILE%