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\User>help dir

Real-World Examples

Get a list of all commands:

Command Prompt
C:\Users\User>help

Get help for a specific command:

Command Prompt
C:\Users\User>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

Revision 1: DIR & ECHO

Practice what you've learned with DIR and ECHO challenges.