Jump to content

Batch Find and Replace Autolisp


nicolas

Recommended Posts

Hi everybody,

 

Regarding Autolisp file: BFIND v2.0 by Lee Mac: I want to know if there is a way to retry the file where the saved datum is stored for backup purpose as well as using it on another PC?

 

Thanks you in advance,

 

Regards,

 

Nicolas.

Link to comment
Share on other sites

Seems that should look for those files: "LMAC_BFind_V2-0.cfg" and "LMAC_BFind_SavedSearches_V2-0.txt".

Since those are saved in user's Support folder, then you may need to activate visibility of hidden/system folders on your workstation. To find that location just paste the line below on AutoCAD's command prompter.

(_GETSAVEPATH)

 

I got that by parsing the said code, so Lee may want to correct me.

Link to comment
Share on other sites

Thanks Mircea,

 

Since (_GetSavePath) is local to the program, it will be inaccessible outisde of the scope of the c:bfind function, however, the searches should be saved in a Support Path, so you can find the file by typing:

 

(findfile "LMAC_BFind_SavedSearches_V2-0.txt")

 

at the command-line.

Link to comment
Share on other sites

Thanks Lee Mac and Mircea for your help. I was able to find and backup the file. That program is a life-saver with amazing options. Many thanks to Lee Mac and please continue with the good work.

Link to comment
Share on other sites

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...