Anonymous
in reply to:
Anonymous
06-19-2018
11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-19-2018
11:08 AM
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");