Saqib_theleo Posted September 5, 2012 Posted September 5, 2012 Hi to all, I've just downloaded ScriptPro2 so that I can modify multiple drawings at once. I wanted to change text layer and height for all drawings, But I don't know how to use this. I just got this (attached) window. If someone know how to use this please guide me. I'll be thankful. Quote
MSasu Posted September 5, 2012 Posted September 5, 2012 From what can see on interface you should use the Browse button to point on script to apply, the Add button to create the list of drawings to apply the said script on and after the Run button should become enabled; pick it to start the batch processing. Also, try to read the associated help for more information. Maybe a silly question, but did you have the script file to be applied done? Quote
Saqib_theleo Posted September 5, 2012 Author Posted September 5, 2012 From what can see on interface you should use the Browse button to point on script to apply, the Add button to create the list of drawings to apply the said script on and after the Run button should become enabled; pick it to start the batch processing. Also, try to read the associated help for more information.Maybe a silly question, but did you have the script file to be applied done? Thanks for reply, I don't have script file just this software. I want to change text layer and height for all drawings as I said earlier. To do this what script file I need? Thanks. Quote
MSasu Posted September 5, 2012 Posted September 5, 2012 You need to write it by yourself since should contains processings that are specific for your particular case. The AutoCAD scripting technology replicate the user actions on command prompter. You may start by reading this tutorial. Quote
Saqib_theleo Posted September 5, 2012 Author Posted September 5, 2012 You need to write it by yourself since should contains processings that are specific for your particular case.The AutoCAD scripting technology replicate the user actions on command prompter. You may start by reading this tutorial. Thanks, I tried to learn from site you provided but unfortunately I couldn't make the script I need. If this is easy for you to make plz make one so that I can understand and use it on my drawings. Thanks. Quote
BIGAL Posted September 6, 2012 Posted September 6, 2012 Do the steps normal way in Autocad write down everthing you do that is what the script must do also eg open dwg1 Z e close Y open dwg2 z e close y eg 2 open dwg1 chprop "select objects" la drainage close Y note 2 spaces in line above sometimes need a press <CR> in your script this sometimes done better by using blank line NO ENTRIES! open dwg1 chprop "select objects" la drainage close Y 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.