Issue with Script File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am facing an issue with a script file.
We have some development done with AutoCAD, wherein a specific macro is assigned to a button and it executes a plot functionality along with setting layout. layers, line weight, etc. (Clicking on button executes a macro command which copies a layout from template file, sets it, sets layers, and publishes pdf in a destined pdf).
Now, I have to create a script file to use this macro in multiple set of drawings.
For this use, we have another utility (based on accoreconsole) which executes a script file in multiple drawings.
Now, I have created a script file by adding the macro command in script file (notepad). This script works well when I run it in Autocad Active window but the script doesnt work in the utility with multiple drawings and throws error after some functions (as below):
Can any one guide how to resolve this?