The enable command statement enables a command. The command will appear enabled any place it appears, such as a menu or toolbar.
enable command command_name {, command_name}
• command_name – The name of the command to be enabled.
When a command is enabled, it can be executed by the user through the menus, toolbars or the shortcut key defined for the command. It can also be run through scripts with the run command statement.