Have you ever forgotten a certain command that you should use in the Command Prompt? You can quickly display a list of almost any command, so you can browse through the list and find the command you need. You can also use the same function to get additional help for certain commands. See the explanation below to learn how.
Step
Part 1 of 2: List of the Most Basic and Frequently Asked Commands Accessed in the Interpreter
Step 1. Note that TAKEOWN, NETSH and many other 'annoying' commands WILL NOT be displayed here
See more commands (but NOT EVERYTHING) by visiting microsoft technet -
Step 2. To find what is usually available in your interpreter, as well as what programs use it, check the cmd directory
Open the "C:\windows\System32" directory. The application (not the application extension) is a command executable in the interpreter on your system.
Step 3. If you are in Command Prompt, type the name of the application and the /?
(read more) or type the word /help after the command and to see what it does, and the basic way to use it.
Step 4. Open Command Prompt
You can open Command Prompt by pressing Win+R to open a Run box and typing cmd. Windows 8 users can also press Win+X
Step 5. Get the list of commands
Type help and press Enter. A list of all available commands will be displayed. The list will be arranged alphabetically.
- The list is usually larger than the Command Prompt window, so you may have to scroll through to find the command you want.
- The list will vary slightly depending on the version of Windows you are using, as some commands are sometimes added or removed.
- A brief description of the command will be displayed next to each entry.
- You can enter the help command at any location in the Command Prompt.
Part 2 of 2: Getting Help with Special Commands
Step 1. Open Command Prompt
You can open Command Prompt by pressing Win+R to open a Run box and typing cmd. Windows 8 users can also press Win+X and select Command Prompt from the menu.
Step 2. Type help, followed by the prompt
For example, if you want more information in the "mkdir" command, you should type help mkdir and press Enter. Additional information will be shown below.
Step 3. Review the information that appears
The amount of information you get will vary depending on the order and its complexity. The help information may simply tell you how to format the command correctly, or it may provide information on how to get more functionality than what you're used to.