Hey.
When I run a script, that tells to start firefox, firefox only opens in a new CMD window that pops up. Its the same with my games.
How to start firefox, in a batch file?
Help. I can't open firefox with in a bat!
Moderator: DosItHelp
EDIT: I just realised this was made in July -.-
OK, first it would probably be helpful if you included the code you're using
Here's what I would do
Change theto wherever you installed firefox, this is the default.
The first line sets it to be looking in the directory where firefox.exe is, then the second line runs firefox.exe
This is the same for your games, you put followed by the directory of the file you want to run/open then start a new line and type the name of the file that you want to run
My first post!!
OK, first it would probably be helpful if you included the code you're using
Here's what I would do
Code: Select all
cd C:\Program Files\Mozilla Firefox
firefox.exe
Change the
Code: Select all
C:\Program Files\Mozilla Firefox
The first line sets it to be looking in the directory where firefox.exe is, then the second line runs firefox.exe
This is the same for your games, you put
Code: Select all
cd
My first post!!
-
- Posts: 6
- Joined: 17 Jun 2009 20:17
- Location: http://vietdzung.net
- Contact:
-
- Posts: 319
- Joined: 12 May 2006 01:13