startup programs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, is there a way to change the order of programs when windows starts up?
Mindy
 
In
Mindy said:
Hi, is there a way to change the order of programs when windows
starts up? Mindy


Are you asking about programs that start automatically from the
startup folder?

Instead of starting them individually, start all of them from a
single batch file and arrange the lines in the batch file in the
order you want.

You can also start each program in the batch file using the Start
command with the /wait parameter (for more information, from a
command prompt window, issue the command Start /? ) to make the
next program wait for this one to finish.
 
Hi Ken,

Yes I'm talking about the programs that start up automatically. I think I
know what you are talking about but could you give me specific steps on how
to create and execute a batch file?

Thanks,
Mindy
 
In
Mindy said:
Hi Ken,

Yes I'm talking about the programs that start up automatically.
I
think I know what you are talking about but could you give me
specific steps on how to create and execute a batch file?


Sure. Just use Notepad to create a text file. Put the file name
of each program on a separate line in the file, in the order you
want (use the Start parameter if desired). Save the file with a
name like Startup.bat. Put a shortcut to startup.bat in the
Startup folder instead of the individual programs it's replacing.
 
Mindy,

These (2-5) are not XP startup files. They relate to Win98 or ME.






Mindy said:
I followed your steps and named the file startup.bat. in the file I put

1. ikstray
2. ScanRegistry
3. TaskMonitor
4. SystemTray
5. LoadPowerProfile
6. ccRegVfy
7. ccApp

but the ikstray still isn't starting first? Do I have to put the whole
filenames?

Mindy
 

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

Similar Threads

start up speed 1
In what order to startup programs start? 3
Startup & Services Questions 8
opening folder 4
screen resolution 2
user program 6
sound driver 4
toolbar that lets you select custom colors 1

Back
Top