lisp reload

lisp reload

Code_x
Advocate Advocate
330 Views
2 Replies
Message 1 of 3

lisp reload

Code_x
Advocate
Advocate

I have to reload LISP every time I launch AutoCAD. How can I set it up so they load automatically at startup? Could you please provide detailed instructions for that?

0 Likes
331 Views
2 Replies
Replies (2)
Message 2 of 3

pendean
Community Legend
Community Legend

@Code_x wrote:

I have to reload LISP every time I launch AutoCAD....


How are you doing that now?

 

Did you try one or more these methods listed in HELP in the AutoCAD

https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520 

 

Or the many online tutorials like this one with way easier pictures to follow

https://www.lee-mac.com/autoloading.html#:~:text=Loading%20Programs%20Automatically

 

 

 

0 Likes
Message 3 of 3

Sea-Haven
Mentor
Mentor

Have done for way to many years, Appload add to "start up suite", have a lisp called autoload.lsp, yes gets loaded on startup has like 25 defuns in it and same amount of "Autoload" function calls. I load about 8 lisps on start up using this. I have around 130 though in my pop menus, they are loaded when user chooses a menu item.

0 Likes