ScriptPro for AutoCAD has been around for many years and for those that have tried it, it is a very valuable time saving free tool. ScriptPro is used to batch process files in AutoCAD using a script so perhaps a minor edit to DWG files such as adding company standard layers, a stamp, a title block, audit and repairs and much more.
ScriptPro for AutoCAD is free and now available in both Windows 32bit and 64bit for 2008 and up releases of AutoCAD based products. The tricky part which I answered in a blog post comment this week is that the 32bit and 64bit versions are located in two places as the 64bit version is actually on Autodesk Labs plugin of the month as it had to be re-written from scratch for the new platform while the 32bit version is in the standard AutoCAD Migration Tools downloads.
Download ScriptPro 32bit and 64 bit for AutoCAD 2008 and later.
ScriptPro 64bit download now Just extract and then copy the bin folder and run ScriptPro. It also includes the source code.
AutoCAD Migration Tools
- Autodesk Customization Conversion Tools
Convert your customized menus, files, command aliases, and layer states, and script with greater ease. - DWG TrueView (Includes DWG Convert) – FREE
View and convert any AutoCAD or AutoCAD-based drawing file for compatibility with any version of AutoCAD between AutoCAD Release 14 and the current version of AutoCAD, This free download no longer requires AutoCAD to be installed to run.




I am running the following script file and it fails on every other one:
; << START OF USER SCRIPT >>
;Change attributed text in block
_attedit
_N
_N
;ENTER BLOCK NAME
*
;ENTER ATTRIBUTE TAG
*
;ENTER ATTRIBUTE VALUE SPEC
*
FREEMONT, OHIO
FREMONT, OHIO
_regen
_QSAVE
; << END OF USER SCRIPT >>
download now n hope its help me out.. thanks for sharing
Autodesk Labs lists Scriptpro 2.0 as compatible with versions up through AutoCAD 2012 and lists it as RETIRED. This download does work with AutoCAD 2013, but I am concerned about the future. Is this a dead project for Autodesk? Is there something that will replace it?
John,
For several years it has been like a separate bonus tool and not a feature of the product. I can’t provide or predict the future of ScriptPro.
Regards,
Shaan
Hi Mate
The download link is dead and ScriptPro is missing in Action, FYI.
Why?
cheers
Ewen
Blog posts are chronological posts and this one is from 2012 almost two years ago. Since 2012 the Autodesk Labs technology preview has ended.
Regards,
Shaan
For anyone else looking for this project the source code is at https://github.com/ADN-DevTech/ScriptPro
Excellent, very helpful and much appreciated.