• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

macro for text editing

  • Thread starter Thread starter salvo73
  • Start date Start date

salvo73

Guest
hello and congratulations to all, beautiful forum.
guys I'm looking for a macro that allows me to change the text in the autocad designs without having to open them... Can someone help me?
 
hello and congratulations to all, beautiful forum.
guys I'm looking for a macro that allows me to change the text in the autocad designs without having to open them... Can someone help me?
without having to open the hard I see, you could do it with dxfs, but with dwg I don't believe.

dxf is a huge text file with all parameters to rebuild the dwg, find the string to change and change it with a macro.

alternatively if you are looking here in the forum "creafilescript" there is an excel file where you confiscate a series of operations that autocad has to run on multiple files, create a script file launch it in autocad and he does that you entered in the file. to explain what to do.
 
hello and congratulations to all, beautiful forum.
guys I'm looking for a macro that allows me to change the text in the autocad designs without having to open them... Can someone help me?
Excuse me, without having to open them? It is impossible without opening it, whether it is autocad or other software, it will in any case have to open the file, do the operations, save and close, and I believe that autocad is the most suitable for doing this.

bye
 
it is possible, see batch find & replace text
The fact that you don't see the drawing open doesn't mean the program didn't.
the file is in lisp, to start from autocad, so it is not that you start an executable that does you of the operations, you must have autocad, load the lisp, and then this will think to do the operations without showing you the file, which is not just like saying "without opening them".
I hope I've been clear.

bye
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top