How can I?

Jun 08, 2005 3 Replies

How can I make my lisp files to work for permanent? So I do not have to load them again every time when open autocad?


Run this lisp at the command line. (startapp "notepad" (findfile "acaddoc.lsp"))

Inside the file that opens, add load statements for your lisp routines, like:

(load "mylisp1") (load "N:\\mybiglispdir\\mylisp2")

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required