Message 1 of 8
Question on making a batch job

Not applicable
10-16-2015
01:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I was wondering if it was possible to make a batch job program that would run from a visual basic program. You can do something similar to this with Inventor using AdnInventorLoader method, which allows the computer to automate the inventor load-up process, and then open files and do commands with the files in a given list.
My question is if I can do something similar to this automation in AutoCAD. I know how to send commands and do that as part of a external plug-in/program, but making it as a automated batch job from a list of files is tripping me up.