Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

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.

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