answersLogoWhite

0

Install Firefox and run the following command:

"cd c:\program files\mozilla firefox" and press enter.. It will give you the prompt -

C:\Program Files\Mozilla Firefox> now just execute here "firefox.exe" ..

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Dos command line to start Microsoft antivirus?

Dos command line to start Microsoft anti virus?


What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


What is the command to run windows explorer from the command line?

The command is: "start explorer.exe".


What command can be used to start X Window from command line?

Start X or xinit


What will you type at the DOS command line to start Microsoft antivirus?

what will you type at the dos command in line to start the microsoft anti-virus


How do you install Firefox on Linux?

Most distribution have firefox installed by default. But if it isn't you can try type these into the command line: sudo apt[-get] install firefox sudo yum install firefox sudo dnf install firefox sudo aptitude install firefox sudo urpmi firefox sudo installpkg firefox.tgz sudo emerge firefox sudo pacman -S firefox


How do you make Firefox not open when you turn on the computer?

Firefox doesnt have a auto start option. But, you could always look in msconfig (just type msconfig into the run command tool), and look in the start up tab option.


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What command can be used to start X Window from the command line?

Which command can be used to start X Window from the command line? Ctrl-Alt-F6


Which command-line command will start performance monitor?

To start the System Monitor from the terminal or run window, you can type "gnome-system-monitor" (without quotation marks, of course).


What is the Mac key command to switch between tabs in Firefox 3?

The key command on the keyboard to switch between tabs in Mozilla Firefox 2 and above is 'Ctrl + Tab'.


How do you send commands to a command-line EXE program from a batch?

Just put the commands in your batch file. When someone runs the program, it will execute the commands it comes across line-by-line. - Example Batch Script: This script will run an application EXE file with command line parameters. This will use the shutdown.exe file that comes with windows. It shuts down the computer in 60 seconds. @shutdown -s -t 60 - You could also use the START command. For any command or exe file that runs from the command line, you could open a command prompt and type the name of the file followed by /? to find out what you can use as command parameters. Example: START /?