opening a lisp file within acad2015.lsp

opening a lisp file within acad2015.lsp

Anonymous
Not applicable
836 Views
3 Replies
Message 1 of 4

opening a lisp file within acad2015.lsp

Anonymous
Not applicable

hello

 

I'm trying to make adjustments in multiple drawings by using "acad2015.lsp". The file should contain commands and also different lisp files. I have a problem with those lisp files. They don't open or work. when I use them manually in the drawing they work fine. The command I tried to open them with "acad2015" was something like: _APPLOAD "adjust.lsp".

 

 

anyone a suggestion? 😄

0 Likes
837 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
found the solution!
0 Likes
Message 3 of 4

Anonymous
Not applicable

How about sharing the solution?

0 Likes
Message 4 of 4

Kent1Cooper
Consultant
Consultant

[As a general rule, it is advisable not to edit the ACAD####.lsp file in any version, but rather to put such things in an ACADDOC.lsp file, or something else that gets loaded from the Startup Suite in APPLOAD, or some other approach.  You can Search around here for various threads that explain all the reasons why.]

Kent Cooper, AIA
0 Likes