Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All.
I like that when I open a drawing, a auto-loaded vlisp, makes the settings to the DWG folder.
To do this I change the registers with sequences like this
(vl-registry-write
(strcat
"HKEY_CURRENT_USER\\Software\\Autodesk\\AutoCAD\\" StVer "\\" AcadVer "\\Profiles"
Profil "\\Dialogs\\XattachFileDialog"
) ;_ end of strcat
"InitialDirectory"
DwgPath
) ;_ end of vl-registry-write
Someone can help me with the register key for the default folder where the archives are placed?
Many thanks,
Solved! Go to Solution.