Results 1 to 3 of 3

Thread: AutoLisp File Locations

  1. #1
    Member
    Join Date
    2011-12
    Posts
    2

    Cool AutoLisp File Locations

    I was doing a bunch of Lisp programming back in the day (r12-13) and then got focused on other things. I'm having some issues on where Autodesk is putting the lisp files in 2013, and is acad.lsp the defacto customization file still, if not what is.

  2. #2
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Hartford, Michigan
    Posts
    3,086

    Default Re: AutoLisp File Locations

    acad.lsp contains the stuff I only need loaded once per session (mostly updating customizations located locally.
    acaddoc.lsp contains the stuff I want to have loaded in every drawing.
    you can put lisp files anywhere you want, as long as their path is added to the support file search path.
    Christopher T. Cowgill, P.E.
    WIGHTMAN & ASSOCIATES, INC.
    ENGINEERING <> SURVEYING <> ARCHITECTURE
    AutoDesk Infrastructure Design Suite Premium 2013 x64
    Windows 7 Pro x64

  3. #3
    AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    2,287

    Default Re: AutoLisp File Locations

    Acad.lsp still exists, but Acaddoc.lsp has taken over, like acad.lsp, this is a file you create.
    You should put this some where AutoCAD can find it but not within the AutoCAD OOTB file structure so it doesnt get deleted with upgrades etc.

    Do a search here in AUGI on "acaddoc.lsp" and you'll see all kinds of discussion and info on the subject.

    For general LISP routines I load and use, I have a folder C:\Lisp

    Good Luck!
    Ted
    ____________________________________________________________________________________
    AutoCAD 2012 - REVIT Structure 2012 - MicroStation V8i - Windows 7 Professional - (dabble with Inventor 2012)

Similar Threads

  1. .CTB File Locations
    By ntormey in forum AutoCAD General
    Replies: 3
    Last Post: 2009-04-23, 05:14 PM
  2. AutoLISP Routine for automatic save locations
    By VANSKIPPER in forum AutoLISP
    Replies: 5
    Last Post: 2008-04-08, 02:46 AM
  3. Replies: 19
    Last Post: 2007-10-17, 03:11 PM
  4. File Locations
    By tmomeyer in forum Revit Architecture - General
    Replies: 1
    Last Post: 2007-09-05, 12:31 PM
  5. XML file locations - Network
    By Thomas Maleski in forum Revit MEP - General
    Replies: 4
    Last Post: 2007-08-22, 03:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •