mIRC Homepage
Posted By: Mardeg lazy-arse way to add links to url list window - 29/10/04 11:46 PM
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?
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
© mIRC Discussion Forums