18 lines
513 B
Markdown
Raw Normal View History

# help
> Get help on DOS-style standard commands in Command Prompt.
> In PowerShell, this command is an alias of `Get-Help`. This documentation is based on the Command Prompt (`cmd`) version of `help`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/help>.
- View documentation of the equivalent PowerShell command:
`tldr get-help`
- View a list of supported Command Prompt commands:
`help`
- View help for a given Command Prompt command:
`help {{command}}`