cd

Changes to a different directory or lists the current directory. Pressing the Tab key completes the directory name automatically.

Syntax
cd [<path>]
Parameter
path

Directory pathname; accepts asterisks and wildcards.

Examples

The following table lists and defines examples of the cd command.

Table 1. cd Command-line debugger command - Examples
Command Description
cd Displays current directory.
cd c: Changes to the C: drive root directory.
cd d:/mw/0622/ test Changes to the specified D: drive directory
cd c:p*s Changes to any C: drive directory whose name starts with p and ends with s.