Batch file conversion

 From:  Micha
2100.15 In reply to 2100.14 
Hello,

I try to export a geometrie from Rhino to MOI3D for meshing and reimport. My Rhino button script is:

_-export "d:\temp\moi.3dm" _enter _enter
_-run "C:\Program Files (x86)\MoI 2.0\batchconvert.js"

and the script at batchconvert.js is

// This is the script file that you would generate, put one line in
// for each file you want to convert.

#include "Convert.js"

Convert( 'd:\\Temp\\moi.3dm' );


moi.exit( true ); // Pass true to suppress save changes prompt.

but I get the Windows error message


What did I wrong?

Ciao,
Micha
Attachments: