We had a task where we needed to label 100+ pieces of equipment in an AutoCAD drawing with data stored in a spreadsheet. The SCRIPT command will run each line in a script file in the commandline of ...
As I indicated in my previous two articles both AutoCAD and AutoCAD LT both have a command language(CL) and a command line interface(CLI), earlier versions of AutoCAD did not open to the drawing ...
ScriptPro 2.0 is a batch processing utility that allows you to apply a set of commands to multiple drawings. Simply specify a script file that contains the commands you want to run on a single drawing ...
This was originally going to be about AutoCAD LT and its lack of AutoLISP and COM automation and that such does not stop automation,. Except according to current product comparison on Autodesk website ...
I need to create a spiral within a spiral, but I've been using the standard lisp script from the Autodesk knowledgebase to create two spirals and join them using a line. The spiral (red and green ...