Transfer custom settings between computers, or create a backup of your custom settings.
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 the 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 the 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 <release>/AutoCAD <release>.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
- To export all custom settings and files, enter the following:
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:
- To import all custom settings and files from the export file, enter the following:
./AdMigrator -i -s {zip file path and name}.tar.gz
- To import a specific setting or file from the export file, enter the following:
./AdMigrator -i cui {zip file path and name}.tar.gz
- To import all custom settings and files from the export file, enter the following: