mIRC Home    About    Download    Register    News    Help

Print Thread
#952 10/12/02 07:40 PM
K
knocte
knocte
K
Hello.
When I double-clic an URL, mIRC launches IE. How can I tell mIRC to launch the default browser configured in my OS? For example, Mozilla.

Thanks in advance.

M
Merlin
Merlin
M

K
knocte
knocte
K
I have seen the post, but I can only see some instructions to launch an SPECIFIC BROWSER, and not the DEFAULT one.

In that post, I can read the sentence "When you click on a hotlink in mIRC, the browser which is set as windows default will open the link", but that's not true because I have PC's with Mozilla and Phoenix installed as default browser and mIRC ALWAYS LAUNCHES IE. What am I doing wrong?

Last edited by knocte; 10/12/02 08:26 PM.
Joined: Dec 2002
Posts: 3,015
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,015
You arent doing anything wrong, its a bug (check in the bug reports forum). You can use whats in the post Merlin suggested and fill in the browser you want used. There have been a couple different workarounds suggested to use until the next version is released.

mIRC is supposed to get your default browser from windows, but recently that isnt working quite right frown

K
knocte
knocte
K
Do you know if it is planned to be fixed in the next version?

Joined: Dec 2002
Posts: 3,015
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,015
I also addressed this same question in the bug forum..but again here: Khaled does not in usually say in advance what bugs or items he fixes/changes, we have to wait until the next version release to find out. I would however guess this is one that will be addressed for the next version.

K
knocte
knocte
K
Ok, thanks! I hope that too.

S
Sickness
Sickness
S
I had the same problem. So i made this:

Code:
 
on ^*:hotlink:*//*.*:*: { }
on *:hotlink:*//*.*:*: { run "C:\Program Files\mozilla.org\Mozilla\mozilla.exe" -remote openURL $1 }
on ^*:hotlink:*www.*:*: { }
on *:hotlink:*www.*:*: { run "C:\Program Files\mozilla.org\Mozilla\mozilla.exe" -remote openURL $1 }   

S
Sickness
Sickness
S
Oh, i must mension that i used the ON commands from in here, but Mozilla didnt work as with opera. So i had some help from #mozillazine at irc.mozilla.org aswell.


Link Copied to Clipboard