jmkona Posted June 12, 2012 Posted June 12, 2012 Hi, I'm in the process of switching over from 2004 to 2012. I have some Lisp routines that I use in 2004 and I'm wondering how to load them in 2012. In 2004 I just go to Tools/AutoLISP/load, but I don't see that in 2012. Thanks for the help! Quote
BlackBox Posted June 12, 2012 Posted June 12, 2012 Welcome to CADTutor! I personally use Acad.lsp, and AcadDoc.lsp (which are automagically loaded during session start, and drawing open respectively, if found in the Support File Search Path) to load all of our LISP customizations, but some still like to use the Startup Suite, using the Appload Command. Quote
Bill Tillman Posted June 12, 2012 Posted June 12, 2012 I run ACAD 2012 at home and to load a LISP program I either: 1. Type appload at the command line and then select the file through the dialog box. 2. From the Tools Menu, select AutoLISP, Load Application. I'm not sure why this is not showing up in your Tools menu. Make sure that the tools menu is expanded fully. Mine shows up fine. If you wish to have the LISP files load automatically, follow the instructions in RenderMan's post. Quote
BIGAL Posted June 13, 2012 Posted June 13, 2012 Why not add a menu with your lisps ^c^c(load "lisp1") Quote
jmkona Posted June 13, 2012 Author Posted June 13, 2012 Thanks everyone. Appload worked for me and I was also able to find tools/autolisp/load once I switched to the autoCAD classic view. Yes...I'm brand new at 2012 so I feel like I'm on the bunny slopes again. 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.