This is an AutoCAD scripting tool I made because I wasn't satisfied with the functionality of EZscript or ScriptPro. Some features that I've added:
-Simple drag and drop support for .dwg and .scr files.
-The window can be resized so full paths can be read (EZscript doesn't do this)
-A radio button can switch between using full blown AutoCAD to run scripts and using the console to run scripts. The console is much faster, and it works for most scripts.
-Batch scripting with the console can be done in parallel, so multiple drawings are being scripted at the same time. This feature is limited to splitting jobs based on directory, so scripting drawings in 5 directories would run 5 console instances.
Features
- Run multiple scripts on multiple drawings in series or in parallel.
- Drag and drop .dwg and .scr files.
- Save and load sessions.
- Script with either AutoCAD (acad.exe) or the AutoCAD console (accoreconsole.exe)