The LISP program is loaded in the entire CAD program, not just for one drawing

The LISP program is loaded in the entire CAD program, not just for one drawing

iBlachu
Advocate Advocate
337 Views
1 Reply
Message 1 of 2

The LISP program is loaded in the entire CAD program, not just for one drawing

iBlachu
Advocate
Advocate

Hi,

 

How do I load a LISP program (eg (load "c: /test.lsp") so that its content works in all CAD drawings (throughout the current CAD session), including those newly created and opened?

0 Likes
Accepted solutions (1)
338 Views
1 Reply
Reply (1)
Message 2 of 2

martti.halminen
Collaborator
Collaborator
Accepted solution

VL-LOAD-ALL seems to do exactly what you are asking for.

 

If you need to make loading something permanent, adding an ordinary LOAD call to acaddoc.lsp is probably the easiest way.