

- Where does autocad for mac save registry settings code#
- Where does autocad for mac save registry settings Pc#
Things which only change seldom (like settings) are better left for files, since these you'd probably want to copy to other PC's / Versions as well. My seeing of this is everything which changes quite often (such as these default values) should be set in registry as it's generally more efficient to read & write to them than opening and closing files. It's a bit difficult to get registry stuff moved between PC's and/or other versions of ACad. That's why you'd want a folder of your own instead of simply mixed in between acad's normal settings.Įdit: But as Lee's pointed out, using a file is the most "portable" method. Say you've got several of these commands, you'd like to group them into one folder so you can more easily export them. you'd need to save it either to a file to be opened and read each time, or you'd save it to the registry using vl-registry-write and have a specific folder for yourself, or just use the setenv to have such value saved under acad's registry entries. Same as with the Offset command, but say you want to have acad remember that same offset tomorrow as well (not just for this one drawing in this one session). Useful when you've got some command which has default values for user entry. It's a "quick" way to save settings for your own addons to acad, so it remembers those even after acad closes. issuing this at AutoCad's command line: (setenv "MyOwn\\EnvSet" "testing setenv")Īnything you'd like. Which is also where any custome environment variables you create will get saved. There are some others under: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.1\ACAD-9001:409\FixedProfile\General. Under this, most of the standard environment variables are contained in: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.1\ACAD-9001:409\Profiles\>\General
Where does autocad for mac save registry settings code#
For 2012 it would be under the R18.2 folder and then a similar code for the vertical. my ACA 2011's is: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.1\ACAD-9004:409, while my Vanilla 2011 is HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.1\ACAD-9001:409.
Where does autocad for mac save registry settings Pc#
under which would be listed all the versions installed on your PC (including Verticals). Then browse to the registry key: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD.

Open RegEdit (type RegEdit into the search box on Vist/Win7's start menu, or type RegEdit into XP's Run. If you mean the environment variables, you can see them all in the registry.
