Launch multiple programs with one click

oceancyc

Limp Gawd
Joined
Jul 9, 2004
Messages
497
Is their a program to make a shortcut so that I can launch multiple programs with one click from my Quicklaunch taskbar? And is it possible to create a delay between launches throught the shortcut?
 
You can make a batch file that launches more than one program, and then put a shortcut to that file in the quicklaunch.

example:

open notepad and make a new txt file. put in it something like:

"C:\Program Files\Program 1\file.exe"
"C:\Program Files\Program 2\otherfile.exe"

and then save the file as whatever.bat
when you click the bat, it will run both of those programs. this does not use a delay.

PS. you need the quotes if the filename has a space in it.
 
Back
Top