I'm using the patchinstall.vbs to install patches on
numerous workstations in the network. I include a .txt
file to do a batch job. This is all good, but the
workstations reboot without any message to the user.
Anyone here has find a way around it, that is sending a
message or warning first before it reboots.

Re: patchinstall.vbs by Davy

Davy
Thu Sep 18 05:52:04 CDT 2003

Replace the -f syntax with the -z syntax.
Then it will not reboot.

D.
"Billy Madison" <bm@domain.com> wrote in message
news:04fd01c37dd0$0b185740$a001280a@phx.gbl...
> I'm using the patchinstall.vbs to install patches on
> numerous workstations in the network. I include a .txt
> file to do a batch job. This is all good, but the
> workstations reboot without any message to the user.
> Anyone here has find a way around it, that is sending a
> message or warning first before it reboots.