DODGE Posted October 23, 2016 Posted October 23, 2016 Hi Guys I have a number lisp I use mainly to number cabinets in my drawings, that's all fine. The problem I have is, everytime I need to use it I have to load the lisp via APPLOAD, then type NUM to start numbering. Is there anyway I can load the lisp once only in my template, then when I start a new drawing, it's already loaded, so I just have to type NUM. Cheers Dodge Quote
Cad64 Posted October 23, 2016 Posted October 23, 2016 One way to do this is to add the lisp routine to your startup suite: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-B38F610B-51FB-4938-BDEC-A0A737F5DB6C-htm.html Another way to do it is to add a line of text to your acaddoc.lsp file to load the lisp routine when you open or start a new drawing. Something like this: (load "C:/Users/Admin/AppData/Roaming/Autodesk/ApplicationPlugins/NUM.lsp") Quote
DODGE Posted October 23, 2016 Author Posted October 23, 2016 Thanks Cadd64 I went to Lee-mac site, see link below and did it the easy way. Thanks for the help. Dodge8) http://lee-mac.com/autoloading.html Quote
BIGAL Posted October 23, 2016 Posted October 23, 2016 Just another alternative to simply loading a lisp you can use either a menu or a toolbar, this way its only loaded when required. You can also repeat the command again by typing "NUM" in your case or picking the menu again. You do though need to set up the lisp to use a command line call. Quote
Murph_map Posted October 25, 2016 Posted October 25, 2016 What's a toolbar? A drinking establishment that serves screwdrivers. Quote
RobDraw Posted October 26, 2016 Posted October 26, 2016 A drinking establishment that serves screwdrivers. ... and draft beers. Quote
BIGAL Posted October 27, 2016 Posted October 27, 2016 You put a tool bar in your tool belt next to the sky hooks. 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.