Commands are the instructions that tell the program what to do.
The resizable command window accepts commands and system variables and displays prompts that help you complete a command sequence (including commands that were initiated at another location such as a tool set).
After you enter a command, you may see a series of prompts displayed at the command line. For example, after you enter PLINE and specify the first prompt, the following prompt is displayed:
PLINE Specify next point or [Arc/Halfwidth/Length/Undo/Width]:
In this case, the default is to specify the next point. You can either enter X,Y coordinate values or click a location in the drawing area.
To choose a different option, specify the option by entering the capitalized letter. You can enter uppercase or lowercase letters. For example, to choose the Width option, type w and press Enter.
Sometimes the default option (including the current value) is displayed after the angle-bracketed options:
POLYGON Enter number of sides <4>:
In this case, you can press Enter to retain the current setting (4). If you want to change the setting, type another number and press Enter.
Some commands have abbreviated names, or command aliases, that you can enter at the command line. For example, instead of entering circle to start the CIRCLE command, you can type c and press Enter. The command Suggestion List (if displayed) indicates the alias in front of the command name: C (CIRCLE)
Custom command aliases are defined in the acaduser.pgp or acadltuser.pgpfile. To edit command aliases, click
.Many commands can be used transparently. That is, they can be entered on the command line while you use another command. Commands that do not select objects, create new objects, or end the drawing session usually can be used in this way.
To use a command transparently, enter an apostrophe (') before entering the command at any prompt. On the command line, double angle brackets (>>) precede prompts that are displayed for transparent commands. After you complete the transparent command, the original command resumes. In the following example, you turn on the grid and set it to one-unit intervals in the middle of the LINE command.
Command: line
Specify first point: 'grid
>>Specify grid spacing (X) or [ON/OFF/Snap/Major/aDaptive/Limits/Follow/Aspect] <0.5000>: 1
Resuming LINE command
Specify first point:
Changes made in dialog boxes that you have opened transparently cannot take effect until the interrupted command has been completed. Similarly, if you reset a system variable transparently, the new value cannot take effect until you start the next command.
You can change the settings for these options from the command line menu.