Search the Community
Showing results for tags 'autoload lisp'.
-
I can't find much info in this so thought I'd ask here... I have a custom CUIX file as our enterprise menu for our CAD standards and settings and with it have MNL file to auto, demand load LISPs. It works fine for me as an admin but not for others. I've looked into the problem and it seems to be that it's related to fact rhat the folder access rights are set to read only. Does any one know why this would be a problem, as everybody can see and open the file in Notepad and can find it using (findfile "company.mnl") in AutoCAD. I can't understand why then AutoCAD says it failed to load the MNL file. Any ideas? TIA
-
- cui
- autoload lisp
-
(and 2 more)
Tagged with:
-
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
- 5 replies
-
- autoload lisp
- acad.lsp
-
(and 1 more)
Tagged with: