Starting the Symbol Editor on the Host AutoCAD Platform
- Last UpdatedNov 06, 2025
- 1 minute read
Note:
In the following, where an AutoCAD drawing database file name needs to be specified,
the .dwg extension is added automatically by the script, and so this must not be included in the specified dwg_filename.
Starting the Symbol Editor is done by running the adraftse script which is supplied as part of the AutoDRAFT package. The script can be used in two ways:
Creating a New Symbol Editor Drawing
adraftse -new dwg_filename
where dwg_filename is the required AutoCAD drawing database name.
The steps carried out by this form of the script are:
-
Starts AutoCAD.
-
Creates a drawing file (.dwg) (unless you quit from the AutoDRAFT session).
-
Loads the AutoDRAFT Symbol Editor program.
-
Leaves you in an AutoDRAFT Symbol Editor session with an empty drawing.
Opening an Existing Symbol Editor Drawing
adraftse -open dwg_filename
where dwg_filename is the name of the required (existing) AutoCAD drawing database.
The steps carried out by this form of the script are:
-
Starts AutoCAD.
-
Opens the specified AutoCAD drawing file.
-
Loads the AutoDRAFT Symbol Editor program.
-
Leaves you in a Symbol Editor session with an existing drawing displayed.