Re: profile managing help

Tony Mechelynck <[email protected]> Thu, 02 Jun 2005 16:47:13 +0200
Newsgroups gmane.comp.mozilla.devel.prefs
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
[email protected] wrote:
> this is sounds like a very easy problem i'm encountering, but i cannot
> find a solution.
> 
> the problem is that last night i opened up a new profile for the heck
> of it, but in the process of wanting to go back to my old firefox
> browser and profile i can't find how to switch back and forth. i've
> checked and checked the mozilla site--it dosen't help.
> 
> why is this so elusive? any help
> 

firefox -ProfileManager

To see all command-line options, you can do:

firefox -h |more

Notes:
1. If firefox is not in your PATH you will have to either prepend the
path or (on Windows) cd to its directory.
2. After -h, redirection is essential; otherwise the output goes to the
bit bucket.
3. -h|more works also with Thunderbird, Mozilla and Netscape 6+
4. -ProfileManager works only if Firefox is not running, not even "busy
dying" (check the output of Unix ps or of Windows taskmgr.exe if you
aren't sure).


HTH,
Tony.