eturner Posted January 19, 2011 Posted January 19, 2011 Thanks to the help I've received on this forum I've developed a number of simple lisp routines that help a great deal. My issue is that each time I open up acad, I need to go to tools>lisp>load application in order to load my lisp file. I've read online that you can create / modify your acad.lsp file, place it in a place where acad searches for it (options-->files-->support file search path). I've put my acad.lsp file in there with contents: load "U:\\LISP\filename.lsp" but when I start up Acad, my defined commands are "unknown". Any help? thanks Erik Quote
ReMark Posted January 19, 2011 Posted January 19, 2011 Read this...carefully. Then do what it says and you should have no problem loading your lisp routines. http://lee-mac.com/runlisp.html Quote
eturner Posted January 19, 2011 Author Posted January 19, 2011 thank you! that's a great step by step guide to set that up. I needed each and every one of those "obvious" steps... thanks Erik Quote
ReMark Posted January 20, 2011 Posted January 20, 2011 eturner: Don't thank me. Thank Lee Mac. All I did was point you in the right direction. That did not take much effort at all. Quote
S-8-N Posted November 16, 2011 Posted November 16, 2011 You may have only pointed me in the right direction but it is what I needed to fix my "loading" issues, thank you. Quote
ReMark Posted November 16, 2011 Posted November 16, 2011 The law of unintended consequences prevails. You're welcomed. 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.