w10install/wimscripts/copy-iso.cmd

8 lines
220 B
Batchfile
Raw Normal View History

2020-12-20 17:12:48 +01:00
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"