mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2004
Posts: 73
M
Mardeg Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Oct 2004
Posts: 73
I'd love to be able to just drag-drop either browser links from IE or url shortcuts from explorer to mirc's urls window, or even just to the url list icon itself..

I'm that lazy smile

Also, I noticed /hmark command and $hget().mark identifier are missing from scripting, or has it just not been implemented yet?

Joined: Oct 2004
Posts: 73
M
Mardeg Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Oct 2004
Posts: 73
Someone in chat just mentioned I could put a line in Options -> Mouse -> Drag Drop to parse *.url files to an alias that can extract the link from that file and add it to the url list. Anyone know how to do this?

Edit: I was able to drag url shortcuts from explorer into the list with this line in the Drag Drop dialog (dragged to a channel window):
Code:
*.url:url -id $iif($url(0) < 35,$base($calc($url(0) + 1),10,36),$left($?="Enter marker",1)) $gettok($read($2-,w,URL*),2-,61) $left($nopath($2-),-4)


but won't work dragging links from IE

Last edited by Mardeg; 30/10/04 01:54 AM.

Link Copied to Clipboard