Page 1 of 1

How do I launch a script on start up?

Posted: Mon Mar 14, 2005 6:10 am
by jasonrfox
I want to launch Moho automatically and immediately execute a LUA script. How can this be accomplished?

Does Moho accept any command line options?

Will the command line batch exporter mentioned by LM in the past exist soon?

Can the GUI based batch export be invoked and populated using LUA?

thanks for any advice.
Jason

Re: How do I launch a script on start up?

Posted: Mon Mar 14, 2005 8:03 pm
by Lost Marble
jasonrfox wrote:I want to launch Moho automatically and immediately execute a LUA script. How can this be accomplished?
You can't. Lua scripting is limited to tools in the Tools window and menu commands in the Scripts menu. Both of these only get invoked when a user specifically works with them.
jasonrfox wrote:Does Moho accept any command line options?
No.
jasonrfox wrote:Will the command line batch exporter mentioned by LM in the past exist soon?
Probably not "soon", but I can't really be more specific.
jasonrfox wrote:Can the GUI based batch export be invoked and populated using LUA?
No.