I did this for installing IE5.5 remotely, using the scheduler service to
begin the first batch.
Scott
"Ctrl Alt Delete" <ctrl_alt...@hotmail.com> wrote in message
news:vWHW8.202$QP6....@news010.worldonline.dk...
You can split your batch file to two portion, one to install the
program and the other after the reboot. I have done this in NT, not
sure it still work in w2k.
Here how,
Create a ini/reg file as below (you can name the ini as any thing you
want and the path to your second batch);
\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Run
nextro = REG_SZ "c:\winnt\zak\your_second_batch.cmd"
In your first batch file, insert these registry by using any method
that you know (I use regini.exe). It will run the batch file and
delete the entry in the registry after reboot.
Regards
Alvin
"Ctrl Alt Delete" <ctrl_alt...@hotmail.com> wrote in message news:<vWHW8.202$QP6....@news010.worldonline.dk>...
INSTSRV.EXE and SRVANY.EXE
--
Use our news server 'news.foorum.com' from anywhere.
More details at: http://nnrpinfo.go.foorum.com/
--
Regards <Ctrl Alt Delete>
(Denmark)
----------------------------------------
Life is a batch, not a bitch
"Ctrl Alt Delete" <ctrl_alt...@hotmail.com> skrev i en meddelelse
news:vWHW8.202$QP6....@news010.worldonline.dk...