Jump to content

Recommended Posts

Posted (edited)

This is a snippet I have been using for some time now. It allows you run 2 Firefox exes at once. For example Firefox portable and a Firefox installed on the host. You MUST make sure no firefox is running when you use this script to start the portable one. After that you can start up the host version.

#NoTrayIcon
$FireFoxPortable=".\FireFoxPortable\FireFoxPortable.exe" 
If ProcessExists("firefox.exe") then 
    MsgBox(48,"Warning","You must close the currently running instace of Firefox. TwinFox will now quit.")
    Exit
EndIf
EnvSet("MOZ_NO_REMOTE",1)
Run ($FireFoxPortable)
EnvSet("MOZ_NO_REMOTE",0)
Edited by P5ych0Gigabyte
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...