CompuServe Thread

#ACAD.LSP

3 messages in this thread
#21983From: Stan PrewApr 19, 1988 6:59 AM
THE AUTOLISP MANUAL SAYS YOU CAN USE ACAD.LSP IF IT EXISTS-IT DOESN'T. WHERE CAN I GET IT. THANKS STAN PREW 73417,2162
#21988From: Training [ADESK]Apr 19, 1988 11:20 AM
Stan — We don't supply an ACAD.LSP file with the current release of AutoCAD. The document you refer to is implying that AutoCAD will automatically load and evaluate any expressions found in ACAD.LSP should you want to create a file of this name yourself. This is a very popular practice. Core functions are made available during every Drawing Editor session, and the load is transparent to the operator. — Brad ..
#22000From: Steve McCall [ADESK]Apr 19, 1988 12:55 PM
Stan, ACAD.LSP doesn't exist unless you create a file with that name. You would use this file to store any commonly-used LISP routines that you want to be loaded automatically every time you enter the drawing editor. =SM=