w10install/wimscripts/copy-iso.cmd
Michael H.G. Schmidt 61714d0f3b .
2020-12-20 18:18:09 +01:00

10 lines
210 B
Batchfile

set W10="c:\TEMP\Win10"
rd /S /Q %W10%
mkdir %W10% 1>nul 2>nul
powershell Mount-DiskImage -ImagePath %W10%.iso
robocopy \\.\CDROM0 %W10% /MIR /256
powershell Dismount-Diskimage -ImagePath %W10%.iso