• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Member
    Posts: 5
    Registered: ‎03-06-2012

    Lisp automatically loads on new dwg?

    252 Views, 3 Replies
    03-12-2012 03:30 PM

    Is it possible to assign a bunch of 'Lisp' programs to a template, so when I open autocad with my normal template, I also have the 'Lisp' options?

     

    If not, is it possible to load a single 'Lisp' program to load all the rest?

    Please use plain text.
    *Pro
    nestly
    Posts: 1,283
    Registered: ‎09-03-2010

    Re: Lisp automatically loads on new dwg?

    03-12-2012 05:33 PM in reply to: drafting3

    Yes, you can load all your lisps by referencing them inside a aceddoc.lsp file

     

    The ACADDOC.LSP file

    Please use plain text.
    Mentor
    DSM_dude
    Posts: 168
    Registered: ‎03-08-2011

    Re: Lisp automatically loads on new dwg?

    03-19-2012 01:23 PM in reply to: nestly

    You can also use the "AP" command, and load all the lisp you want.

     

    Make sure to add them to the contentes to they load at startup.

     

     

    Cad Blog:
    www.geaux-cad.blogspot.com
    Please use plain text.
    *Expert Elite*
    rkmcswain
    Posts: 1,357
    Registered: ‎11-13-2006

    Re: Lisp automatically loads on new dwg?

    03-19-2012 02:00 PM in reply to: drafting3

    I would suggest using the "acaddoc.lsp" file and NOT using the startup suite in APPLOAD.

    The former is very portable, while the latter isn't - among other things.

    Please use plain text.