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.
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?
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.
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.