Anonymous
in reply to: Anonymous

 

Don't send the EXECUTESCRIPT command (which is what's causing the prompt to browse to the COD script).

 

Instead, call the "Executescript" lisp function which takes the COD script as a string arguement. 

 

Without testing (so verify syntax)...

SendCommand("(executescript \"c:\\test\\debug_cuttype.cod\")\n");