mIRC Home    About    Download    Register    News    Help

Print Thread
#82948 14/05/04 08:19 AM
Joined: Mar 2004
Posts: 36
N
Nodren Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Mar 2004
Posts: 36
well im did an extensive search, and was hoping someone could point me to a /cmd to enable the command editbox(i am aware that alt+q and right clicking the editbox and selecting options work) but i want something that i can execute automatically from a script.

#82949 15/05/04 02:02 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
There isn't a preset alias to open the ALT+Q editbox. You could use COM to make an alias to do so however...I don't know of a way to do the rightclick/options part though.

Put this in aliases (ALT+D):

altQ { var %a = oWSH $+ $ticks | .comopen %a WScript.Shell | .comclose %a $com(%a, SendKeys, 3, *bstr, % $+ Q) }

and then type /altq to open it...and you can type /altq again to close it.

Hope this is a start point for you smile

Regards,


Mentality/Chris

Link Copied to Clipboard