Jump to content

batch processing among drawing


samifox

Recommended Posts

hi,

 

this is my first VBA's post, so my knowledge about it is minimal at the moment, but i have some autolisp experience but i don’t think it can help my with my task.

 

i have about 200+ drawings, my task is to change a strip text value,

 

open x.dwg drawing

look for the text "95% Design" and set it to "100%" Design

save and close

 

any snippet code will be much appreciated

Thanks

Shay

Link to comment
Share on other sites

So simple using a script, you will need a find lisp to change text check Lee-mac.com, http://www.lee-mac.com/bfind.html depending on the complexity of your directory structure around 5-10 mins to make script for 200 dwgs. Pretty sure Lee also has a script generator.

 

open dwg1 
load change 100% lisp
save c
open dwg2 
load change 100% lisp
save c
open dwg3 
load change 100% lisp
save c
open dwg4 
load change 100% lisp
save c
etc

Edited by BIGAL
find & replace
Link to comment
Share on other sites

  • 4 weeks later...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...