Executing custom commands?
Posted: Mon Apr 05, 2004 5:28 pm
Is there a way to execute a custom command through the config files? For instance, whenever I zone I want to do
I tried (in zoned.cfg)
but got "could not parse /mycommand myparmamter".
I tried
and got no output in the MQ2 window. So I'm guessing it's working and it's just being executed before it could output to the window or it's not working at all.
Am I doing this correctly or is this just not available at the moment?
Code: Select all
/mycommand myparameterCode: Select all
/docommand "/mycommand myparameter"I tried
Code: Select all
/docommand /mycommand myparameterAm I doing this correctly or is this just not available at the moment?