It is quite easy to get DWGeditor to recognize those “missing” AutoCAD commands.
Start the Customize command (Tools | Customize) and select the Aliases tab as shown in figure 1.

Figure 1: The Aliases tab of the Customize dialog box lets you create your own aliases.
Now select the New button and then type in the new command name in the Alias window; for example, Properties.
Next, scroll down the Available Commands list and select the existing DWGeditor command that you want to have assigned to your new alias. In the example case of Properties it would be EntProp, as shown in figure 2.

Figure 2: We have created Properties as an alias for the EntProp command.
Click Assign, then Close and you are done. Properties is now an active DWGeditor command. It can be entered at the command line or it can be used in menu and toolbar macros. |