Jump to content

2016 and Acaddoc.lsp


Recommended Posts

Posted

Previously, I have always used my acaddoc.lsp to load all my custom programs upon starting AC. It seems AC 2016 doesn't automatically load that file. Do I need to rename it? What file is this model year looking for?

Posted

Works the same for me in 2016 as it did in previous versions, Is the folder where acaddoc.lsp is located included in your Support File Support Path and Trusted Locations? (Tools > Options > Files )

Posted

It was definitely in the Support Files, but not in trusted locations. I've never really paid attention to that! I'll try it!

Posted

Trusted locations has caught a few of us. Also you may need to look at code using COMMAND it needs to be Vl-cmdf or Command-s

Posted

Ok... mine is still not working. I have 5 or 6 programs I need to load on startup. Locations are in my trusted files list, in my support files path, and it's still not working. I really need these things to load!

Posted

While you wait for better advice, try the old

(findfile "acaddoc.lsp")

and verify there is only one of those in the search path.

Posted

I know it's not the "LISPers way" but you could just add them to your start up suite.

Posted
While you wait for better advice, try the old

(findfile "acaddoc.lsp")

and verify there is only one of those in the search path.

 

It came back with "C:\\program files\\autodesk\\autocad 2016\\support\\acaddoc.lsp" Which is definitely right.

 

@Patrick: I've heard a lot of horror stories about the SS just not working some times... but maybe that's not true?

Posted

I hadn't heard of issues, but that of course doesn't mean there aren't any. Hopefully it will work for you.

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