News

Create an AutoCAD Script file which does the purging. You can use the ScriptPro key words to save the drawing with a new name after the purge. Below script file appends the “_Purged” to the drawing ...
This repository contains a variety of command line scripts that can be used to streamline tasks in AutoCAD and BricsCAD. Whether you’re looking to automate repetitive tasks or add new functionality to ...
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 ...
/s "D:\\Temp\\WriteProp.scr" /l en-US If you do not have AutoCAD installed in the system, it is possible to read the custom properties using the COM API provided by DwgPropX ActiveX control. But this ...