Results 1 to 4 of 4

Thread: I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2006-01
    Posts
    1
    Login to Give a bone
    0

    Question I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

    I attended a cad camp yesterday, and I am trying to write my own lisp routines. I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,177
    Login to Give a bone
    0

    Default Re: I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

    I, and others, would not recommend it. The ACADDOC.LSP and ACAD.LSP files are user created. You would then place these files in a directory that is listed in your Support Files Search Path. AutoCAD will automatically load the first ones found.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    I could stop if I wanted to pnorman's Avatar
    Join Date
    2005-02
    Location
    Calgary
    Posts
    203
    Login to Give a bone
    0

    Default Re: I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

    Use Notepad or Wordpad to create a new file called acaddoc.lsp
    Save as "text document"
    Or better still, from the AutoCAD command line type "vlide" then go File/New and then "Save as"

    Do not use acad####doc.lsp!!

    Regards
    Phill

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,831
    Login to Give a bone
    0

    Default Re: I don't have an acaddoc.lsp file. Can I put my code into acad2000doc.lsp?

    You can put your code in there, but expect it to be lost at some point. As the others have said, "acaddoc.lsp" is a user file. Create and maintain it yourself.


    See these links for more info:

    http://support.autodesk.com/Getdoc.asp?ID=TS21336

    http://support.autodesk.com/getdoc.asp?ID=TS28079

    http://support.autodesk.com/getdoc.asp?ID=TS43235
    Last edited by rkmcswain; 2006-10-21 at 01:06 PM.
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. set up acaddoc.lsp to reset log file path
    By cuckoo22 in forum AutoLISP
    Replies: 4
    Last Post: 2010-05-05, 01:37 PM
  2. How to open a file with a lisp code?
    By ccatinean in forum AutoLISP
    Replies: 11
    Last Post: 2009-01-19, 01:08 PM
  3. Replies: 10
    Last Post: 2007-10-09, 01:11 PM
  4. Convert AutoCAD DWG file to G-Code
    By num1husker in forum AutoCAD General
    Replies: 3
    Last Post: 2007-03-09, 09:28 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
  •