Transfer settings from one machine to another. Settings can include user profile, toolbar and toolset customizations, command aliases, plot settings, templates, and the My Properties settings for the Property palette.
Export Custom Settings in AutoCAD for Mac
- Click
.
- Click OK on the alert.
The Export Settings dialog box displays.
- Select or clear settings as needed and click Export.
- Enter a file name and location for the export file.
- Click Save.
You are prompted to save any unsaved drawings and then AutoCAD closes.
The dialog box displays.
- Click View Report to view details on which files were exported.
- Click Yes to restart AutoCAD.
Import Custom Settings in AutoCAD for Mac
- Click
.
- Click OK on the alert.
- Browse to and select the export file created previously and click Open.
The Import Settings dialog box displays.
- Select or clear settings as needed and click Import.
You are prompted to save any unsaved drawings and then AutoCAD closes.
The dialog box displays.
- Click View Report to view details on which files were imported.
- Click Yes to restart AutoCAD.
Export Custom Settings using Terminal
Note: Make sure AutoCAD or AutoCAD LT is not running.
- Click
local drive Applications Utilities Terminal.
- Do one of the following:
- To export all custom settings and files, enter the following:
./AdMigrator -e
Note: You may need to supply the full path for the AdMigrator utility, for example /Applications/Autodesk/AutoCAD\ 2023/AutoCAD\ 2023.app/Contents/Helpers/AdMigrator.app/Contents/MacOS/.
- To export a specific setting or file, enter the following:
./AdMigrator -e {setting key} -d {destination path]
Note: A destination path is optional. If a destination path isn't supplied, the zip file is created in your user documents folder.
Setting
| Key
|
---|
User profile
| profile
|
CUI
| cui
|
Command alias
| alias
|
Plot files
| plot
|
Templates
| template
|
My properties
| property
|
Line types
| ltype
|
Hatch patterns
| hatch
|
Shape files
| shape
|
SHX font files
| shx
|
The utility creates a zip file containing the exported custom settings and files which you can then import on another machine. Each machine must be running the same version of AutoCAD or AutoCAD LT.
Import Custom Settings using Terminal
Follow these steps to import the custom settings and files after exporting them to a zip file.
Note: Make sure AutoCAD or AutoCAD LT is not running.
- Click
local drive Applications Utilities Terminal.
- Do one of the following: