w10install/copy-iso.cmd
Michael H.G. Schmidt bb34d2e85c .
2021-01-10 00:22:42 +01:00

9 lines
218 B
Batchfile

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