Find All Commands of CMD in Your Computer

Have you forgotten a certain command that you need to use in the Command Prompt? You can quickly list most commands, allowing you to search the list and find the one you need. You can also use the same function to get additional help for specific commands. See below to learn how.

Steps

List of the Most Basic and Frequently Used Commands Accessed Within the Interpreter

  1. Please Note; TAKEOWN, NETSH and many other more 'intrusive' commands WILL NOT be present here.
  2. Find what's actually available in your interpreter, as well what programs are using it, check the cmd folder. Go to computer --->C:--->windows--->System32. The Application (not application extension) are the current executable commands within the interpreter on your system.
  3. If you are at the Command Prompt, type the application name and the /? attribute (read further) or type the word /help after the command and to see what it does, and the basic way to use it
  4. Open the Command Prompt. You can open the Command Prompt by pressing Win+R to open the Run box and typing cmd. Windows 8 users can also press Win+X and select Command Prompt from the menu.
  5. Retrieve the list of commands. Type help and press Enter. A list of all the available commands will be displayed. The listed is sorted alphabetically.
    • The list is usually larger than the Command Prompt window, so you may need to scroll up to find the command you want.
    • The list varies slightly depending on which Windows version you are using, as commands are occasionally added or removed.
    • A short description of the command will be displayed next to each entry.
    • You can enter the help command at any location in the Command Prompt.

Getting Help With a Specific Command

  1. Open the Command Prompt. You can open the Command Prompt by pressing Win+R to open the Run box and typing cmd. Windows 8 users can also press Win+X and select Command Prompt from the menu.
  2. Type help, followed by the command. For example, if you wanted more information n the "mkdir" command, you would type help mkdir and press Enter. The additional information will be displayed beneath.
  3. Review the information that appears. The amount of information you get will vary depending on the command and its complexity. The help information may just tell you how to properly format the command, or it may provide information on how to get more functionality out of it than you might normally.[1]

Related Articles

Sources and Citations