jskvithya Posted January 30, 2012 Posted January 30, 2012 Dear sir I want place same text in all drawing using batch proces. for examble i want place "NOTE" text in all drawing how to do it batch proces. i have 100 files i want add same text. wasting time open add save and close. please help me how to do it in batch proces. thank you Quote
ReMark Posted January 30, 2012 Posted January 30, 2012 (edited) You would do it using a script that would open each drawing and insert the required text. The drawing would be saved then closed and the next drawing would be opened and the process repeated until all drawings had been processed. You should look into using AutoDesk's free program called ScriptPro for writing the script. Keep in mind everything that is run in the script had to be done as though you were typing it at the command line. Scripts don't work with dialog boxes. ScriptPro http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=4091678&linkID=9240618 Edited January 30, 2012 by ReMark Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.