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.
You might run them from a batch file or script.
-startup.vbs--
set sh=createobject("wscript.shell")
sh.run "<path to app1>"
wscript.sleep <interval in millisecs>
sh.run "<path to app2>"
wscript.sleep <interval in millisecs>
sh.run "<path to app3>"
wscript.sleep <interval in millisecs>
wscript.quit
--end file--
In the Startup Folder there are only 3 apps but if I do msconfig from Run,
there are about 15 under the Startup Tab. How do I handle this? Anyway to
re-order what's under Startup Tab?
Norm,
Thanks but that app or me really messed up my PC, had to use a Restore Point
to get it working properly.
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.