Changes

Heise Offline-Update

No change in size, 16:51, 6 June 2008
m
Fixed comments in the script
@echo off
:: Disconnect the wo: drive (if connected)
net use /delete /y o: > nul
:: Connect the wo: drive
net use /y o: \\ntinstall\offlineupdate > nul
cmd /c o:\cmd\DoUpdate.cmd >%SystemDrive%\netinst\wpkg\offlineupdate.log
:: Disconnect the wo: drive
net use /delete /y o: > nul
</source>
[[category:Silent Installers]]
93
edits