Shortcut that opens TWO EXE's at the same time?
sfleuriet
Texas New
Is there any way I can create a shortcut to put on my desktop and edit the target or whatever and make it launch TWO EXE files when double clicked? Thanks
0
Comments
"C:\whatever\whatever\whatever.exe"
You can put two commands in a text file, then rename the file extension to .bat.
Then you point the shortcut to the .bat file.
Just put them each on their own line like:
C:\Program Files\Junk\Stuff.exe
C:\Program Files\Whatnot\MoreStuff.exe