Loading...
Uploaded by techtutorials9 on Mar 24, 2010
In this tutorial i show you how to open multiple programs all at the same time, by clicking one thing.Code:@echo offrem Steamcd C:\Program Files\Mozilla Firefoxstart Firefox.exe
Science & Technology
Standard YouTube License
lol rem is steam but you are opening firefox, at least it's just a comment and not a more serious error...
HonorValorIntegrity 2 months ago
I'm not sure whether "start firefox.exe" without entering a path works only on Windows XP SP3 or on every OS which has Firefox installed. If it doesn't, you can use:
start /D "path" filename
Check out my batch dictionary :-)
GrellesLicht28 1 year ago
Load more suggestions
lol rem is steam but you are opening firefox, at least it's just a comment and not a more serious error...
HonorValorIntegrity 2 months ago
I'm not sure whether "start firefox.exe" without entering a path works only on Windows XP SP3 or on every OS which has Firefox installed. If it doesn't, you can use:
start /D "path" filename
Check out my batch dictionary :-)
GrellesLicht28 1 year ago