resullins Posted April 13, 2015 Posted April 13, 2015 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? Quote
nestly Posted April 13, 2015 Posted April 13, 2015 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 ) Quote
resullins Posted April 13, 2015 Author Posted April 13, 2015 It was definitely in the Support Files, but not in trusted locations. I've never really paid attention to that! I'll try it! Quote
BIGAL Posted April 14, 2015 Posted April 14, 2015 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 Quote
resullins Posted April 17, 2015 Author Posted April 17, 2015 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! Quote
rkent Posted April 17, 2015 Posted April 17, 2015 While you wait for better advice, try the old (findfile "acaddoc.lsp") and verify there is only one of those in the search path. Quote
Patrick Hughes Posted April 17, 2015 Posted April 17, 2015 I know it's not the "LISPers way" but you could just add them to your start up suite. Quote
resullins Posted April 20, 2015 Author Posted April 20, 2015 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? Quote
Patrick Hughes Posted April 21, 2015 Posted April 21, 2015 I hadn't heard of issues, but that of course doesn't mean there aren't any. Hopefully it will work for you. Quote
Recommended Posts
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.