[EMAIL PROTECTED] wrote:
>
> Anyone have some talent with mc as a server? I want to be able
> to kill a running process, then relaunch the same process with a
> different command line conf. I'm trying to do this with php but
> it's fairly convoluted and woud like to explore mc and attempt
> to do the same thing.
Try:
get shell("killall <process-name>") #to kill it
get shell ("process-name -option1 -option2") #to launch it or
You can also use "launch" or "open process".
>
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
--
Regards, Andu
_______________
[EMAIL PROTECTED]
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.