mIRC Home    About    Download    Register    News    Help

Print Thread
#87872 23/06/04 08:12 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
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?

#87873 23/06/04 08:16 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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


Gone.
#87874 23/06/04 08:18 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#87875 23/06/04 08:32 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Thanks for the quick replys smile


Link Copied to Clipboard