Slava Leanovich
Archives
« July 2007
SunMonTueWedThuFriSat
1
2
3
4
5
6
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
    
       
Today
XML
Search

Links
 

Today's Page Hits: 10

All | Personal | Sun
« Previous month (May 2007) | Main | Next month (Jul 2007) »
20070707 Saturday July 07, 2007
Run several instances of mozilla

Sometimes it is needed to run several instances of Mozilla (Firefox/Thunderbird) at the same time, using different profiles.

The MOZ_NO_REMOTE environment variable does the trick. On Windows, the following script (.cmd or .bat) wraps firefox, allowing to start several instances of this application:
@set MOZ_NO_REMOTE=1
@start /D"c:\Program Files\Mozilla Firefox" firefox %*
The same thing is applicable to thunderbird as well.

posted by leanovich Jul 07 2007, 12:06:01 AM CEST Permalink Comments [1]