opening 2 progs

is it possible to have a shortcut on windows which will open up 2 progs ?

sänks
Comments
16
Create a text (.txt) file and place the path to each program on a line. Then save and change the extension to .bat. This creates a batch file that will execute the programs.

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"
is it possible to add a parameter to one of the progs aswell ?
Parent
i dno i copied it off google :*(
Parent
Start "C:\Program Files\Wolfenstein_Enemy_Territory\ET.exe +set fs_game etpro"

should work imo
Parent
its not working

image: b6n688jns9qvo1o8z
Parent
Remove the "Start" part and change the .txt to .bat.
Parent
image: b6n928edt5kkymxhf

I think it's missing that:

image: b6n93xxbuqt3nr4zn
Parent
Why is that man/woman eating that poor dogs poo?
Parent
Holy shit.
Parent
that was ... i cant find a word in english that is stronger than disgusting :(
Parent
2girls1cup-like
Parent
1man1jar-like
Parent
Add a ; between them AFAIK under "Target".
word? :o

ill try
Parent
Back to top