Search
Search the Knowledge Base
A command line argument is a command added to the end of a program file path, that controls how the program is opened.

"C:\Program Files\Mozilla Firefox\firefox.exe" "http://www.mozilla.com"

/Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager

firefox -ProfileManager
Command | Result
|
| -height <value> | Set height of startup window to <integer> pixels |
| -width <value> | Set width of startup window to <integer> pixels |
| -P <profile> | Start Firefox with profile with name <profile> |
| -profile <directory> | Start Firefox with profile <directory>. When the directory is something like .../Profiles/a1wnj55g.default/, the name is default. |
| -ProfileManager | Start with profile manager |
| -CreateProfile <profilename> | Creates a new profile with name <profilename> |
| -safe-mode | Start Firefox in Safe mode |
| -url | Start Firefox and load this URL immediately |
Based on information from Command line arguments (mozillaZine KB)
Still need help? Ask a support question.
Help us improve this article. Submit additional feedback.