Lots of unkown

 From:  Michael Gibson
8665.343 In reply to 8665.340 
Hi Tudor,

> is it possible to ivoke a script from current script ? not to rewrite all again ?
> from loft to shell

You can launch a new command from a command by using moi.command.execCommand( 'command_name' ); but that will cancel the current running command and the new one won't start until the current one has exited.

There isn't currently any way to launch a command as a kind of subroutine without exiting the current one. I have some ideas on adding that in the future.

- Michael