how to rotate a lisp routine in several dwg files?

how to rotate a lisp routine in several dwg files?

Anonymous
Not applicable
290 Views
2 Replies
Message 1 of 3

how to rotate a lisp routine in several dwg files?

Anonymous
Not applicable
how to rotate a lisp routine in several dwg files? for example. open 1 edit 1 save 1 close 1 open 2 edit 2 save 2 close second ... Need to change many plants bylayer, and create a text Tks
0 Likes
291 Views
2 Replies
Replies (2)
Message 2 of 3

hmsilva
Mentor
Mentor

@Anonymous wrote:
how to rotate a lisp routine in several dwg files? for example. open 1 edit 1 save 1 close 1 open 2 edit 2 save 2 close second ... Need to change many plants bylayer, and create a text Tks

Hello Claudio and welcome to the Autodesk Community!

 

One way to run a .lsp file in several dwg's is using a .scr file to open each dwg and call the routine, save, close, open the next dwg, ...

If you search at 'Search This Board' for 'batch' or 'script' or 'entire directory', you'll have many posts with this subject.


Henrique

EESignature

0 Likes
Message 3 of 3

Lee_Mac
Advisor
Advisor

This post may help you towards your goal.

 

Lee

0 Likes