Greetings,

I'm opening a link and after performing a series of functions I need to close that link browser window automatically thru a mIRC switch command. I haven't been able to locate which mIRC command to use, and I'm hoping someone could reply with the switch command to close the url window open?

alias TCTasker {
;open browser at link
/url -n http://whatever.com
;perform a series of steps
.timer.test2 1 3 /run C:\1Report/4test.wsf
;close browser window
????
}

Thanks
MDA