Name: command
Syntax: (command cmd arg ...)
Description: Executes commands as if you were typing them at the command line. Special Strings or Characters: "" - Stands for an Enter
\ - Stands for a pause for user input
PAUSE - Stands for a pause for user input
_cmd - Support for Foreign Language
.cmd - Uses redefined AutoCAD command if it was undefined.
Example(s): (command "._zoom" "window") nil
|