Get Default Profile Settings

Discussion in 'AutoCAD' started by GaryDF, Dec 13, 2004.

  1. GaryDF

    GaryDF Guest

    This may have already been answererd, but I am looking for the best way to get
    the following AutoCAD Default Profile Settings for:
    "Automatic Save File Location"
    and
    "Drawing Template File Location"
    Using AutoCAD 2005


    (cond
    ((>= (distof (substr (getvar "acadver") 1 4)) 16.0)
    (setvar "SavefilePath"
    (strcat "C:\\Documents and Settings\\"
    (getvar "loginname")
    "\\Local Settings\\Temp\\"))
    (setenv
    "TemplatePath"
    (strcat
    "C:\\Documents and Settings\\"
    (getvar "loginname")
    "\\Local Settings\\Application Data\\AutoDesk\\AutoCAD
    2005\\R16.1\\enu\\Template"))))


    Gary
     
    GaryDF, Dec 13, 2004
    #1
  2. GaryDF

    Big 'D' Guest

    Gary,
    I read your post but not really following what you want to accomplish (probably because I am not familiar with your process). Your profile will save with your AutoCAD session which would set your save and template location settings to what you have them set to under Tools.
    Are you wanting to batch different locations?

    D
     
    Big 'D', Dec 13, 2004
    #2
  3. GaryDF

    GaryDF Guest

    We set the paths to locations on our network. What I want is to reset them
    back to AutoCAD's default locations, using lisp.

    Gary

    because I am not familiar with your process). Your profile will save with your
    AutoCAD session which would set your save and template location settings to what
    you have them set to under Tools.
     
    GaryDF, Dec 13, 2004
    #3
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.