Publish locally in 2005

Discussion in 'AutoCAD' started by AOtelea, Oct 22, 2004.

  1. AOtelea

    AOtelea Guest

    Hi all,

    I change in register:



    (setq dwgpath (getvar "dwgprefix"))
    (setq Profil
    (vl-registry-read
    "HKEY_CURRENT_USER\\Software\\Autodesk\\AutoCAD\\R16.1\\ACAD-301:409\\Profiles"
    ""
    )
    )




    (vl-registry-write
    (strcat
    "HKEY_CURRENT_USER\\Software\\Autodesk\\AutoCAD\\R16.1\\ACAD-301:409\\Profiles\\"
    Profil
    "\\Dialogs\\BrowseforPlotFilePlotDlg"
    )
    "InitialDirectory"
    dwgpath
    )

    this work in 2004



    .... but is not enough in 2005
     
    AOtelea, Oct 22, 2004
    #1
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.