E erikiksaz Diamond Member Nov 3, 1999 5,486 0 76 Feb 15, 2002 #1 I want a volume control program to launch simultaneously with Rocket Arena 3, how would i go about doing this?
I want a volume control program to launch simultaneously with Rocket Arena 3, how would i go about doing this?
M MoMeanMugs Golden Member Apr 29, 2001 1,663 2 81 Feb 16, 2002 #2 Just put the command line for each program into a batch file then execute it.
E erikiksaz Diamond Member Nov 3, 1999 5,486 0 76 Feb 16, 2002 #3 It only launches the first program, then the second open after the first is closed. How can i get it to launch both of them at the same time?
It only launches the first program, then the second open after the first is closed. How can i get it to launch both of them at the same time?
B bsobel Moderator Emeritus<br>Elite Member Dec 9, 2001 13,346 0 0 Feb 16, 2002 #4 You don't say what OS your on, on 2k/XP you can use the start command in your batch files as in "start notepad.exe". Bill
You don't say what OS your on, on 2k/XP you can use the start command in your batch files as in "start notepad.exe". Bill
J jfall Diamond Member Oct 31, 2000 5,975 2 0 Feb 16, 2002 #7 You should also beable to use CALL as well I believe.