Command line arguments

From MozillaZine Knowledge Base
Revision as of 14:24, 7 March 2005 by Starwed (talk | contribs)
Jump to navigationJump to search
This also applies to Firefox and Thunderbird. However, some Mozilla Suite command line arguments may not work in Firefox or Thunderbird.

You can use command line arguments to bypass the Profile Manager and open a specific profile (if you have multiple profiles). You can also control how Mozilla opens, which components open initially, and what the components do when they open.

Firefox Command line arguments (incomplete)

Command Result Example
profile "path" Starts firefox with profile located at path firefox.exe -profile "E:\myprofile"
p "profile name" Starts firefox with the profile of the given name. firefox.exe -p "JoelUser"
url Launches firefox and opens the given url firefox.exe "www.mozilla.org"

External Links