vote up 2 vote down star

Is there a command-line argument that would force firefox.exe to launch a new process for a particular URL regardless of whether another instance of firefox is already running?

flag

75% accept rate

3 Answers

vote up 3 vote down

If you have a second profile (like 'sidekick'), the following will launch a new FireFox process:

firefox.exe -no-remote -p sidekick

However, if that profile is already used by a current FireFox session, that will not work.

link|flag
vote up 2 vote down

http://articles.bluishcoder.co.nz/article/start-firefox-in-separate-process/

I think you will also get a new process if you start FF with a different profile from the command line.

link|flag
vote up 0 vote down

Yes, as detailed in Firefox Command Line Arguments:

firefox -new-window

Edit: re-reading you actually said "process", in which case no, I don't think you can.

link|flag
I think he means a completely separate process... ie - tasklist will report two instances of firefox.exe running. – Grant Wagner Dec 5 '08 at 21:55
I just spotted that :/ Well, it is Friday evening (that's my excuse) – Greg Dec 5 '08 at 21:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.