w10install/autounattend.cmd
Michael H.G. Schmidt 093dee4b6a .
2020-12-20 13:37:23 +01:00

17 lines
309 B
Batchfile

echo off
echo ####### autounattend.cmd #######
echo getting 7zip and TOOLS archive from webserver ...
ftp -s:autounattend.ftp
echo extracting TOOLS archive ...
7z x -aoa -oc:\ c:\tools.zip
echo deleting c:\tools.zip ..
del c:\tools.zip
echo ####### autounattend.cmd #######
timeout /t 3