mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 154
K
Karen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2002
Posts: 154
When you click on a hotlink in mIRC, the browser which is set as windows default will open the link. If you want to specify a different browser, try putting these lines into your remote section (alt + r)

on ^*:hotlink:*//*.*:*: { }
on *:hotlink:*//*.*:*: { run C:\Program Files\Opera\Opera.exe $1 }
on ^*:hotlink:*www.*:*: { }
on *:hotlink:*www.*:*: { run C:\Program Files\Opera\Opera.exe $1 }

K
knocte
knocte
K
> "When you click on a hotlink in mIRC, the browser which is set as windows default will open the link"

That's not true!! I have PC's with Mozilla and Phoenix installed as default browser and mIRC ALWAYS LAUNCHES IE. What am I doing wrong?

Joined: Dec 2002
Posts: 3,015
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,015
please read my answer to you in the other place you posted this smile

R
rela
rela
R
I have this problem, when the link is in the beginning of a topic, the " ' " is also sent to the browser, therefor I made this little change:

on ^*:hotlink:*//*.*:*: { }
on *:hotlink:*//*.*:*: { run C:\Program Files\Opera\Opera.exe $remove( $1,') }
on ^*:hotlink:*www.*:*: { }
on *:hotlink:*www.*:*: { run C:\Program Files\Opera\Opera.exe $remove( $1,') }

Maybe other people are helped with this.

C
C0ffeeMan
C0ffeeMan
C
to fire up flashfxp (or cute or whatever) use this:

on ^*:HOTLINK:ftp*//*.*:*:return
on *:HOTLINK:ftp*//*.*:*:run "C:\Program Files\FlashFXP\FlashFXP.exe" $1-


Link Copied to Clipboard