Follow these steps to add an automatically loading LISP routine to your ACAD STARTUP.
- Save the LISP file with lsp extension to your C drive in this directory C:\Documents and Settings\username\Application Data\Autodesk\..your AutoCAD version here..XX\RXX.0\enu\lisp routines folder.
- Open AutoCad and type “APPLOAD” in the Command line.
- When the dialogue box pops up, click on the “contents…” button in the bottom right hand corner (“Startup suite”).
- In the Startup Suite dialogue box, select the “Add…” button.
- Browse for your LISP file with .lsp extension that you have saved before.
- Click Add once you find your lisp file.
- Close all dialogue boxes and you are done.
The next time you open AutoCAD the lisp routine will automatically load without any command invoke.
0 comments: