Skip to main content
April 1, 2026Dan Perico/5 min read

Entering Commands: Free AutoCAD Tutorial

Master AutoCAD command entry techniques and workflow

Tutorial Prerequisites

This tutorial assumes you have AutoCAD installed and access to the Landscape.dwg file. Basic familiarity with AutoCAD interface is helpful but not required.

Topics Covered in This AutoCAD Tutorial:

Command Line Interface, Dynamic Input System, Enter Key Functionality

Core Learning Modules

Command Line Interface

Learn to interact with AutoCAD through text-based commands. Master the primary method for precise control over drawing operations.

Dynamic Input System

Understand cursor-based command entry and real-time feedback. Streamline your workflow with visual command suggestions.

Enter Key Functions

Discover multiple uses of the Enter key for command completion, repetition, and default value acceptance in AutoCAD.

Exercise Preview

ex preview entering commands

Exercise Preparation Checklist

0/3

Exercise Overview

Mastering command input is fundamental to AutoCAD proficiency. In this hands-on exercise, you'll develop fluency with AutoCAD's command structure by completing the landscape site plan shown above. While the specific drawing tools will be explored comprehensively in the next chapter, this exercise focuses on building your command execution skills. The drawing represents a site plan with units set to decimal feet—a common standard in architectural and civil engineering projects.

Drawing Creation Timeline

Step 1

Rectangle Tool Practice

Create a 6x8 foot rectangle using coordinate input

Step 2

Line Tool Mastery

Draw boundaries around bush clusters with close option

Step 3

Walkway Construction

Create walkway edges using multiple line segments

Step 4

Circle Command Application

Add fountain elements using radius and diameter methods

Site Plan Context

This exercise uses a real-world site plan scenario with decimal feet units, providing practical experience with landscape architecture drawing conventions.

Entering Commands

  1. Begin by opening the file Landscape.dwg. This file contains the foundation elements you'll build upon throughout this exercise.

  2. Type the letter R on your keyboard to demonstrate AutoCAD's intelligent command prediction. Notice how a list of commands beginning with "R" appears in the Dynamic Input display adjacent to your crosshair cursor. This predictive text feature, refined over AutoCAD's decades of development, significantly accelerates workflow once mastered. Navigate using either your mouse or the down arrow key to select REC (RECTANG), which activates the Rectangle tool Rectangle.

    Observe the Command Line—this interface element serves as your primary communication channel with AutoCAD. It prompts you to specify the first corner while displaying available options. Click above the text SHED to establish the rectangle's lower-left corner. The Command Line updates, requesting the opposite corner with a new set of contextual options. Type 6,8 and press Enter to create a rectangle measuring 6 feet along the X-axis and 8 feet along the Y-axis. If the rectangle's position requires adjustment, use CTRL–Z to undo and recreate it with better placement.

    dynamic input rectangle

  3. Next, you'll create boundaries around the landscaped areas using the versatile Line tool line tool button. Press L Enter to initiate the Line Command. The Command Line responds with Specify First Point. Click outside the upper bush cluster to begin your first line segment.

    The Command Line now displays:

    Specify next point or [Undo]:

    Notice how the Undo option appears—AutoCAD dynamically presents relevant options based on your current context. Click to complete the first segment. The Command Line maintains its current state, allowing you to continue. After creating the second segment, observe how the options expand:

    Specify next point or [Close/Undo]:

    The Close option now appears because you've established two segments, making a closed polygon possible. Continue clicking to create segments that encompass the bushes. For the final segment, press C Enter to close the shape and terminate the Line Command efficiently.

    draw boundary around bushes

  4. Right-click and select Repeat Line from the context menu to relaunch the Line Command—this demonstrates an alternative method for command repetition. Begin clicking around the second bush cluster. After creating three or four segments, press CTRL–Z or U Enter to undo one or two segments.

    Pay careful attention to this behavior: while actively within a command, Undo only retracts the most recent step of that specific command session. This granular control proves invaluable when making minor adjustments during complex operations. Experiment by undoing several segments, then redrawing them to understand this workflow. Complete the boundary using the Close option to end the command. Now press CTRL–Z again—notice that the entire boundary disappears. Once a command concludes, Undo treats all steps within that command as a single action. Press CTRL–Y to restore the boundary, demonstrating the complementary Redo function.

    undo button quick access toolbar

  5. Since Redo was your most recent action, the Enter key cannot repeat the Line Command. This illustrates an important principle: Enter only repeats the last drawing command, not utility commands like Undo/Redo. Press L Enter to restart the Line command and draw the walkway's left edge from top to bottom. Upon completion, press Enter twice—once to end the current Line command, then again to restart it for drawing the right edge. This double-Enter technique becomes second nature with practice.

    draw two walkway lines

  6. Press C Enter to initiate the Circle Command. This demonstrates AutoCAD's context sensitivity: when you pressed C Enter in step two, it selected the Close option because you were actively in the Line Command. With no active command, C Enter launches the Circle Command instead. The Command Line requests a center point—click above the upper FOUNTAIN text to establish the circle's center. With the center point set, AutoCAD requests a radius value. Type 3 and press Enter to specify the radius and complete the circle.

  7. Press Enter to repeat the Circle Command, demonstrating the power of command repetition for similar objects. Click above the lower FOUNTAIN text to specify the new center point. Notice how the previous circle's radius appears in the Command Line within angle brackets: <3>. These brackets indicate AutoCAD's default value—any parameter enclosed in <> brackets can be accepted by simply pressing Enter. This feature saves significant time when creating multiple similar objects. Press Enter to apply the radius of 3 and complete the circle.

  8. For the final circle, you'll specify diameter instead of radius, showcasing AutoCAD's flexibility in geometric input methods. Press the Spacebar to repeat the Circle Command—note that the spacebar serves as an alternative to Enter for command repetition. Initially, the Command Line won't display the Diameter option. Click above DRINKING FOUNTAIN to specify the center point. Once the center is established, the Diameter option becomes available in the Command Line. Press D Enter to select the Diameter option, then enter 3 for the diameter value. Your landscape drawing is now complete!

    landscape finish

Rectangle Command Workflow

1

Initiate Command

Type 'R' and select REC (RECTANG) from Dynamic Input suggestions

2

Set First Corner

Click above the word SHED to establish lower left corner position

3

Define Dimensions

Type '6,8' and press Enter for 6-foot X-axis depth and 8-foot Y-axis width

4

Verify Result

Use CTRL-Z to undo if repositioning is needed

Command Entry Methods Comparison

FeatureKeyboard EntryDynamic Input
SpeedFast for known commandsSlower but guided
AccuracyRequires memorizationVisual confirmation
Learning CurveSteep initiallyBeginner-friendly
Professional UseIndustry standardSupporting tool
Recommended: Start with Dynamic Input for learning, transition to keyboard entry for efficiency

Line Command Analysis

Pros
Multiple segments in single command session
Close option automatically completes shapes
Undo works within command for individual segments
Continuous workflow without restarting command
Cons
Must remember to end command properly
Accidental double-enter can interrupt workflow
Complex shapes may require multiple line sessions
Undo Behavior Difference

Within a command, Undo affects only the last step. After completing a command, Undo removes all steps taken within that entire command session.

Circle Command Variations

Center-Radius Method

Standard approach where you specify center point first, then enter radius value. Most common for precise circular elements.

Center-Diameter Method

Alternative approach using diameter instead of radius. Access with 'D' option after establishing center point for easier sizing.

Default Value Reuse

AutoCAD remembers last radius/diameter value in angle brackets. Press Enter to accept previous measurement for consistent sizing.

Spacebar vs Enter Key

Both Spacebar and Enter key repeat the last command, but Enter may not work if another command like Redo was used recently. Spacebar is more reliable for command repetition.

Key Takeaways

1Dynamic Input provides visual command suggestions by typing the first letter, making command discovery easier for beginners
2The Rectangle command requires two points: first corner click and second corner coordinate entry for precise dimensional control
3Line command allows continuous segment creation with Close option to automatically complete shapes and end the command
4Undo behavior differs between active commands (affects last step only) and completed commands (removes entire command sequence)
5Enter key repeats the last command, but Spacebar is more reliable when other commands like Redo have been used recently
6Circle command offers both radius and diameter input methods, with diameter accessible through the D option after center point placement
7Default values appear in angle brackets and can be accepted by pressing Enter for consistent measurements across multiple objects
8Command Line provides real-time feedback showing available options and required inputs for each step of the drawing process

RELATED ARTICLES