input in command window send to script

Posted by Jing Wu on Mon 16 Jul 2012 03:21 AM — 2 posts, 11,387 views.

Australia #0
Hi Nick,

Just wondering how to make any text input in command window send to a particular script function by default without typing any prefix to use script?

is there a command window input callback like that?

Australia #1
I know how now, thanks anyway.

<aliases>
<alias
match="^(.+)$"
enabled="y"
expand_variables="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>cmd:Send("%1")</send>
</alias>
</aliases>