PDA

View Full Version : ShortCut



John Cena
02-29-2004, 12:36 PM
I have a question.
How do I make a Windows shortcut open 2 or more programs at the same time.

For an example, If I make a shortcut to open A.I.M, I also want to open MSN Messneger and Microsoft Word in that same shortcut.

I try putting
"c:\files\aim.exe" "c:\files\msn.exe" in the shortcut path and when i double clicked it, it only runs Aim or whatever comesfirst

Smizack
02-29-2004, 09:04 PM
I'm not sure that's possible. I'll look into it.

Otherwise, just make a batch file.

John Cena
03-01-2004, 06:07 PM
batch files look ugly lol I want that shortcut look
thx though

Karnivore
03-01-2004, 06:32 PM
Well it may be possible to create some kind of launcher, but why bother?


Simple really


make a batch file, have it do what you want, then simply make a shortcut to the .bat

Smizack
03-01-2004, 07:36 PM
Originally posted by John Cena
batch files look ugly lol I want that shortcut look
thx though

Bah, you can make it look like whatever you want it to look like.

John Cena
03-02-2004, 04:52 PM
Oh ok
Can anyone write me a batch file that runs AIM and MSN together. Iam a newb when it comes to batch files
thx

Smizack
03-02-2004, 05:49 PM
Originally posted by John Cena
Oh ok
Can anyone write me a batch file that runs AIM and MSN together. Iam a newb when it comes to batch files
thx

@ECHO OFF
:START
START C:\PROGRA~1\AIM95\aim.exe

START C:\PROGRA~1\m\youraimlocation.exe

exit


Check your .exe locations, but this should work. Paste in notepad and save as a .bat.

John Cena
03-03-2004, 05:47 AM
oh ok thx

Dud3!
03-03-2004, 09:03 AM
Just write a bash script.

Oh wait... :P