controling program loading order

  • Thread starter Thread starter F Smith
  • Start date Start date
F

F Smith

Is there a way to control the order that programs load on
boot-up? I have a prgrm that fights with my DSL
connection.

THANKS!
 
F Smith said:
Is there a way to control the order that programs load on
boot-up? I have a prgrm that fights with my DSL
connection.

Open NOTEPAD and then write down the command-lines for your
applications that should start with Windows. Each command-line goes
into a separate line.
You should use the START command to start the applications. Type
START /?
at a DOS prompt for help with this.
Save the file as STARTUP.BAT and put a shortcut to the file into the
STARTUP subfolder of your Start Menu. Remove the applications itself
from the startup settings.
 
-----Original Message-----


Open NOTEPAD and then write down the command-lines for your
applications that should start with Windows. Each command-line goes
into a separate line.
You should use the START command to start the applications. Type
START /?
at a DOS prompt for help with this.
Save the file as STARTUP.BAT and put a shortcut to the file into the
STARTUP subfolder of your Start Menu. Remove the applications itself
from the startup settings.
 
Back
Top