mIRC Homepage
Posted By: LostServ Script Editor.. - 23/06/04 08:12 AM
Is there a way I can open the script editor with a command, if not then possibly a way to open it with a script?
Posted By: FiberOPtics Re: Script Editor.. - 23/06/04 08:16 AM
Hi,

first get qwerty's sendkeys

and then simply put this alias into your remotes: alias editor { sendkeys % $+ r }

Type /editor and the Scripts Editor will pop up.

Greets
Posted By: KingTomato Re: Script Editor.. - 23/06/04 08:18 AM
You can use qwerty's send keys alias, with the following line:
/skeys % $+ R

here is the alias:

; Send keys by qwerty
skeys {
var %a = sendkeys $+ $ticks
.comopen %a WScript.Shell
if !$comerr { .comclose %a $com(%a,SendKeys,3,bstr,$1-) }
}
; end

you can also use thing slike {ENTER}, ^ for control, % for alt
Posted By: LostServ Re: Script Editor.. - 23/06/04 08:32 AM
Thanks for the quick replys smile
© mIRC Discussion Forums