Windows XP Startup

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I would like to know if it is possible to define the order
in which applications placed in Startup will start and if
there is a method to have one application not start until
another application has started.

For example: I want to dialup my ISP, connect and then
have Microsoft Outlook start.

Also, is there a method of only running the dial-up
information in Startup rather than the IE Explorer.

Thank you for any help you may submit.

Chris
 
Chris said:
I would like to know if it is possible to define the order
in which applications placed in Startup will start and if
there is a method to have one application not start until
another application has started.

Not with any certainty.

What you can do is make a small batch file to put there, containing
lines
Start Prog1
Start Prog2
etc
There is a /w you can include to say 'wait for this program to exit
before continuing', but be careful with that: if the program is going
to sit there throughout the session you will find things waiting to load
at the shut down
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top