opening 2 progs
•
22 Feb 2009, 16:19
•
Journals
is it possible to have a shortcut on windows which will open up 2 progs ?
sänks
sänks
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
if the paths have spaces in them you will have to surround the path with quotes.
add
@ECHO OFF
to the first line
e.g.
@ECHO OFF
Start "C:\Program Files\\Hotmail Popper\hotpop.exe"
Start "C:\Program Files\Mozilla Thunderbird\thunderbird.exe"
should work imo
I think it's missing that:
ill try