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.
EZscript is a lite cross-platform interpreter you can use either in Windows or Linux operating systems. It supplies all basic abilites you should have to use it anywhere you want. The language of EZscript looks more like Visual Basic than any other.