Command shell
The Windows command shell also called cmd.exe. Its syntax differs from PowerShell.
Use it when a lesson explicitly labels a command as Command Prompt. Do not assume PowerShell scripts work here.
Official setup instructions ↗
At the cmd.exe prompt, not in a PowerShell tab. >_Tool guide↗
Type this in the waiting Command Prompt line, then press Enter.
ver
What you should see: The Windows version is displayed.
Show the current folder.
cd
What you should see: A folder path appears. In Command Prompt, cd without an argument prints the current directory.
Both read commands, but their languages differ. Match the shell named above the example. A command that works in one is not automatically valid in the other.
Some use it only for optional local practice. Each lesson explains what you actually need.
No published lesson requires this tool yet. This guide is ready for future follow-along tutorials.
Guide reviewed 2026-09-09. Menu labels can differ between versions.