w10install/wimscripts/copy-iso.cmd
Michael H.G. Schmidt df0eef9d60 .
2020-12-20 17:12:48 +01:00

8 lines
220 B
Batchfile

rd /S /Q c:\TEMP\Win10
mkdir c:\TEMP\Win10 1>nul 2>nul
powershell Mount-DiskImage -ImagePath "C:\TEMP\Win10.iso"
xcopy /CDI /HERBY D:\* c:\TEMP\Win10
powershell Dismount-Diskimage -ImagePath "C:\TEMP\Win10.iso"