I want to Auto load Lisp when Opening a drawing? acad2000do.lsp?

Discussion in 'AutoCAD' started by labicff, Jun 28, 2005.

  1. labicff

    labicff Guest

    Is there a way to make a unique list to automatically load depending
    with template drawing I open? Right now I have a certain lisp that
    auto loads in my acad.dwt (English)file. I make it auto load in the
    acad2000doc.lsp file. But when I open my acadmetric.dwt file, I would
    like it to automatically load a different lisp file. How do I do
    that? Right now I load it manually, but I often forget, which cause me
    some problems. Thanks
     
    labicff, Jun 28, 2005
    #1
  2. labicff

    l94 Guest

    First off, you shouldn't be editing "acad2000doc.lsp". Service packs and
    upgrades will overwrite your edits. See following document:
    http://support.autodesk.com/getdoc.asp?ID=TS21336

    Back to the original problem. Why not edit your startup lisp to do
    either your english stuff or your metric stuff depending on the template
    drawing used? (Read the MEASUREMENT sysvar to figure out which one) --
    then you just load the same lisp at startup.
     
    l94, Jun 28, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.