FuryCell Posted July 19, 2008 Posted July 19, 2008 (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 July 19, 2008 by P5ych0Gigabyte HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now