Programmatic modeling by script?

 From:  Michael Gibson
7176.7 In reply to 7176.6 
Hi chipp, you can launch an external program from a MoI script by calling moi.filesystem.shellExecute( 'c:\\somedir\\someprogram.exe', 'parameters' );

That will call the system shell execute, same as if you had typed it into the Windows "Run" dialog box. If you give it an .exe file it will open the .exe

- Michael