Instruction on the usage of AutoCAD's acaddoc.lsp(It works for other versions (2000 and later) of AutoCAD and verticals as well) From the Help in AutoCAD 2008The acaddoc.lsp file is intended to be associated with each document (or
drawing) initialization. This file is useful if you want to load a library of
AutoLISP routines to be available every time you start a new drawing (or open an
existing drawing). Warning Do not modify the reserved acad2008doc.lsp file. Autodesk provides
the acad2008doc.lsp file, which contains AutoLISP-defined functions that are
required by AutoCAD. This file is loaded into memory immediately before the
acaddoc.lsp file is loaded. In the folder where you want to save acaddoc.lsp right click and select New>Text Document. Change the name to acaddoc.lsp. Now you should be able to double click on the file and typically edit it in Notepad. Or start Notepad, edit, save, ready. Examples on location for acaddoc.lspC:\Program Files\AutoCAD 2008\Support C:\Documents and Settings\<loginname>\Application Data\Autodesk\AutoCAD
2008\R17.1\enu\Support If you want to find folders that are searched by AutoCAD run the OPTIONS
command and look at the Files tab and at the Support File Search Path. |




