- Thread starter
- #21
I
Ingeborg
Adrian wrote:
> Ingeborg, when you said "Run a batch file on the W98 box", did you
> mean to say, put a reference to the batch-file in thautoexec.bat of
> the W98 box, so it will sort of keep on running in the background?
Sort of. Not in autoexec.bat. Autoexec.bat is parsed before windows will
start, so putting a never ending script here will prevent Windows from
starting.
You can put it in the Startup folder from the startmenu:
1. Right-Click on Start and choose Open.
2. Double-click Programs.
3. Double-click StartUp and add a shortcut for any program you want to load
automatically.
The program will be launched when explorer is loaded. (BTW, you can bypass
this by keeping <shift> pushed while windows is starting. Can be nice when
some startup entry causes windows to crash, or, more likely in your case,
causes windows to shutdown immediately.
> Ingeborg, when you said "Run a batch file on the W98 box", did you
> mean to say, put a reference to the batch-file in thautoexec.bat of
> the W98 box, so it will sort of keep on running in the background?
Sort of. Not in autoexec.bat. Autoexec.bat is parsed before windows will
start, so putting a never ending script here will prevent Windows from
starting.
You can put it in the Startup folder from the startmenu:
1. Right-Click on Start and choose Open.
2. Double-click Programs.
3. Double-click StartUp and add a shortcut for any program you want to load
automatically.
The program will be launched when explorer is loaded. (BTW, you can bypass
this by keeping <shift> pushed while windows is starting. Can be nice when
some startup entry causes windows to crash, or, more likely in your case,
causes windows to shutdown immediately.