93
edits
Changes
Cleaned up the script
<source lang="dos">
@echo off
:: Make sure that the log directly exists and is hidden
:: Update the system and log it
pushd \\ntinstall\offlineupdatecmd /c o:\cmd\DoUpdate.cmd >%SystemDrive%\netinst\wpkg\offlineupdate.log :: Disconnect the o: drivenet use /delete /y o: > nulpopd \\ntinstall\offlineupdate
</source>
[[category:Silent Installers]]