CMD Master
Back to Blog
Arnošt Havelka

The Help Command

Never get lost again.

Start Interactive Lesson
The Help Command

Even the best pros don't memorize every single flag. The help command (and the /? switch) is your built-in manual. It provides documentation for every command available in the system.

Try the command

Learn about a command!

Build the command
help
commandDisplays help information for that specific command.
Terminal
C:\Users\Student>help
HELP Provides Help information for Windows commands. HELP [command]

Real-World Examples

Get a list of all commands:

Terminal
C:\Users\Student>help

Get help for a specific command:

Terminal
C:\Users\Student>help cls

Knowledge Check

1 / 2

What does typing 'help' without arguments do?

References

These documentation links provide authoritative details for the commands used in this article.

Up Next

Practical: Echo Files

Real-world scenario: Creating logs and config files.