How to Run a Program on Command Prompt

This wikiHow teaches you how to start a program on your Windows computer from within the Command Prompt app. You can only run programs that are installed in Windows-created folders (e.g., the Desktop), though you can add a program's folder...
Method 1 of 2:

Opening Basic Programs

  1. How to Run a Program on Command Prompt Picture 1How to Run a Program on Command Prompt Picture 1
    Open Start
    How to Run a Program on Command Prompt Picture 2How to Run a Program on Command Prompt Picture 2
    . Click the Windows logo in the bottom-left corner of the screen, or find the Windows logo key on your computer's keyboard and press it.
    1. If you're using Windows 8, instead place your mouse cursor in the top-right side of the screen and then click the magnifying glass icon in the pop-out window.
  2. How to Run a Program on Command Prompt Picture 3How to Run a Program on Command Prompt Picture 3
    Type command prompt into Start. Doing so will search your computer for the Command Prompt program.
  3. How to Run a Program on Command Prompt Picture 4How to Run a Program on Command Prompt Picture 4
    Click Command Prompt
    How to Run a Program on Command Prompt Picture 5How to Run a Program on Command Prompt Picture 5
    . It's the black box at the top of the Start window. Command Prompt will open.
    1. If you're using a computer with restricted privileges, you may not be able to open Command Prompt.
  4. How to Run a Program on Command Prompt Picture 6How to Run a Program on Command Prompt Picture 6
    Type start into Command Prompt. Make sure you place a space after start.
  5. How to Run a Program on Command Prompt Picture 7How to Run a Program on Command Prompt Picture 7
    Type the program's name into Command Prompt. This must be the file's system name, not its shortcut name (for example, Command Prompt's system name is cmd). Common program names include the following:
    1. File Explorer - explorer
    2. Calculator - calc
    3. Notepad - notepad
    4. Character Map - charmap
    5. Paint - mspaint
    6. Command Prompt (new window) - cmd
    7. Windows Media Player - wmplayer
    8. Task Manager - taskmgr
  6. How to Run a Program on Command Prompt Picture 8How to Run a Program on Command Prompt Picture 8
    Press Enter. Once your command resembles start program_name, doing so will run the "start" command for your selected program. You should see the program open within a few seconds of entering the command.
    1. If your selected program won't run, it is most likely in a folder that isn't in the Command Prompt's search path. You can add the program's folder to the Command Prompt path to fix this problem.
Method 2 of 2:

Opening Specific Programs

  1. How to Run a Program on Command Prompt Picture 9How to Run a Program on Command Prompt Picture 9
    Open Start
    How to Run a Program on Command Prompt Picture 10How to Run a Program on Command Prompt Picture 10
    . Click the Windows logo in the bottom-left corner of the screen. You can also press the Windows key on your computer's keyboard.
  2. How to Run a Program on Command Prompt Picture 11How to Run a Program on Command Prompt Picture 11
    Open File Explorer
    How to Run a Program on Command Prompt Picture 12How to Run a Program on Command Prompt Picture 12
    . Click the folder-shaped icon in the lower-left side of the Start window.
  3. How to Run a Program on Command Prompt Picture 13How to Run a Program on Command Prompt Picture 13
    Open the folder your program is in. Navigate to the folder that has the program you want to open by clicking on any folders needed to get to it.
    1. When the icon for the program you want to open in Command Prompt displays in the middle of the File Explorer window, you're in the correct folder.
    2. If you don't know the location of the program, many programs are often located in the "Program Files" folder on the hard drive, or you can search for it in the search bar at the top.
  4. How to Run a Program on Command Prompt Picture 14How to Run a Program on Command Prompt Picture 14
    Select the program's folder's path. Click the right side of the address bar that's at the top of the File Explorer window. You should see a blue box highlight the address bar's contents.
  5. How to Run a Program on Command Prompt Picture 15How to Run a Program on Command Prompt Picture 15
    Copy the path. Press Ctrl and C at the same time.
  6. How to Run a Program on Command Prompt Picture 16How to Run a Program on Command Prompt Picture 16
    Click This PC. This folder is on the left side of the File Explorer window.
  7. How to Run a Program on Command Prompt Picture 17How to Run a Program on Command Prompt Picture 17
    Click This PC again. Doing so will de-select any folders in the This PC folder, which will allow you to open the This PC folder's properties.
  8. How to Run a Program on Command Prompt Picture 18How to Run a Program on Command Prompt Picture 18
    Click Computer. It's a tab in the upper-left side of the page. A toolbar will appear.
  9. How to Run a Program on Command Prompt Picture 19How to Run a Program on Command Prompt Picture 19
    Click Properties. This icon resembles a white box with a red checkmark in it. Clicking it prompts a pop-up window to appear.
  10. How to Run a Program on Command Prompt Picture 20How to Run a Program on Command Prompt Picture 20
    Click Advanced system settings. It's a link in the upper-left side of the window. Doing so opens another pop-up window.
  11. How to Run a Program on Command Prompt Picture 21How to Run a Program on Command Prompt Picture 21
    Click the Advanced tab. It's at the top of the window.
  12. How to Run a Program on Command Prompt Picture 22How to Run a Program on Command Prompt Picture 22
    Click Environment Variables…. This option is at the bottom of the window. Another window will appear.
  13. How to Run a Program on Command Prompt Picture 23How to Run a Program on Command Prompt Picture 23
    Click Path. It's in the "System variables" window near the bottom of the page.
  14. How to Run a Program on Command Prompt Picture 24How to Run a Program on Command Prompt Picture 24
    Click Edit…. This option is at the bottom of the page.
  15. How to Run a Program on Command Prompt Picture 25How to Run a Program on Command Prompt Picture 25
    Click New. It's in the top-right side of the Edit page.
  16. How to Run a Program on Command Prompt Picture 26How to Run a Program on Command Prompt Picture 26
    Paste in your program's path. Press Ctrl and V at the same time to paste the path into the Path window.
  17. How to Run a Program on Command Prompt Picture 27How to Run a Program on Command Prompt Picture 27
    Click OK. This will save your path.
  18. How to Run a Program on Command Prompt Picture 28How to Run a Program on Command Prompt Picture 28
    Open Command Prompt.
  19. How to Run a Program on Command Prompt Picture 29How to Run a Program on Command Prompt Picture 29
    Open your path. Type cd into Command Prompt, type one space, press Ctrl+V to enter your program's path, and press Enter.
  20. How to Run a Program on Command Prompt Picture 30How to Run a Program on Command Prompt Picture 30
    Type start into Command Prompt. Make sure you leave a space after start.
  21. How to Run a Program on Command Prompt Picture 31How to Run a Program on Command Prompt Picture 31
    Enter your program's name. Type in the name of the program exactly as it appears in the folder, then press Enter. The program will run.
    1. If there are spaces in the program's name, place an underscore ("_") where a space should go (e.g., system_shock rather than system shock).
    2. Alternatively, you can enclose the path in double quotes. (eg: start "C:Program FilesWindows Media Playerwmplayer.exe")
5 ★ | 2 Vote