w10install/copy-iso.cmd

9 lines
218 B
Batchfile
Raw Normal View History

2020-12-23 16:44:26 +01:00
set W10=c:\TEMP\Win10
2020-12-20 17:12:48 +01:00
2020-12-21 16:40:22 +01:00
rd /S /Q %W10% 1>nul 2>nul
2020-12-20 18:18:09 +01:00
mkdir %W10% 1>nul 2>nul
powershell Mount-DiskImage -ImagePath %W10%.iso
robocopy \\.\CDROM0 %W10% /MIR /256
powershell Dismount-Diskimage -ImagePath %W10%.iso