batch xref rename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using autocad lt 2024 and what I was after was a lisp program to change xreference filenames in one go, like a find and replace function.
I currently use the xref manager to to rename and repath, I just wanted something to make it slightly quicker.
We file our drawings in folders by project number eg. 1111 and sub-folders filenames are constant, so building layouts are filed in the : xref\01. working folder ; the items drawn are filed in the models\01. working folder ; etc
So we call our xref filenames by project numbers
eg. xref-1111-g(prop) ; model-1111-light(prop) ; model-1111-power(prop) ; etc
Because I have a quite a few drawings to what I wanted was a quick change filename
*1111* change it to *2222". Then I repath them but I have multiple paths eg. xref ; models ; legends ; etc
Thanks in advance