How to Execute a Program in Command Prompt

This article shows you how to open a program on a Windows computer using the Command Prompt application. Although you can only open programs that are installed in folders created by Windows (such as Desktop), you are still allowed to add the program's folder to the Command Prompt list to open the program with the Command Prompt.

Open basic programs

How to Execute a Program in Command Prompt Picture 1How to Execute a Program in Command Prompt Picture 1

Open Start by clicking the Windows icon in the lower left corner of the screen or pressing the Windows logo key on your computer keyboard.

If you are using Windows 8, you will place the mouse pointer in the upper right corner of the screen and then click the magnifying glass icon in the menu that is displayed.

How to Execute a Program in Command Prompt Picture 2How to Execute a Program in Command Prompt Picture 2

Type command prompt into Start to search for the Command Prompt program on your computer.

How to Execute a Program in Command Prompt Picture 3How to Execute a Program in Command Prompt Picture 3

Click Command Prompt with the black box icon at the top of the Start window to open the program.

If you use a computer with limited access, you cannot open the Command Prompt.

How to Execute a Program in Command Prompt Picture 4How to Execute a Program in Command Prompt Picture 4

Type start into the Command Prompt. Remember to put a space after start.

How to Execute a Program in Command Prompt Picture 5How to Execute a Program in Command Prompt Picture 5

Type the program name into the Command Prompt. You must enter the file's system name, not the name displayed under the program's icon (such as the Command Prompt's system name cmd). Some familiar program names are as follows:

File Explorer - explorer

Calculator - calc

Notepad - notepad

Character Map - charmap

Paint - mspaint

Command Prompt (new window) - cmd

Windows Media Player - wmplayer

Task Manager - taskmgr

How to Execute a Program in Command Prompt Picture 6How to Execute a Program in Command Prompt Picture 6

Press ↵ Enter. After entering the start program_name command, the computer will execute the "start" command for the selected program. You will see the program open after a few seconds of entering the command.

If the selected program does not start, it is possible that the program is saved in a folder that is not in the Command Prompt search path. You can add the program's folder to the Command Prompt path to fix this problem.

Open some specific programs

How to Execute a Program in Command Prompt Picture 7How to Execute a Program in Command Prompt Picture 7

Open Start by clicking the Windows icon in the lower left corner of the screen or pressing the Windows key on your computer's keyboard.

How to Execute a Program in Command Prompt Picture 8How to Execute a Program in Command Prompt Picture 8

Open File Explorer by clicking the folder icon in the lower left corner of the Start window.

How to Execute a Program in Command Prompt Picture 9How to Execute a Program in Command Prompt Picture 9

Open the folder where your program is saved. Access the folder containing the program you want to open by clicking any folder that needs to be opened.

When the icon of the program you want to open with Command Prompt shows up in the middle of the File Explorer window, you've opened the correct folder.

If you don't know where the program is saved, you can either access the "Program Files" folder on your hard drive as many programs are stored here, or you can use the search bar at the top of the window.

How to Execute a Program in Command Prompt Picture 10How to Execute a Program in Command Prompt Picture 10

Select the path to the program's directory. Right-click the address bar at the top of the File Explorer window. You should see the contents of the address bar highlighted in green.

How to Execute a Program in Command Prompt Picture 11How to Execute a Program in Command Prompt Picture 11

Copy the path by pressing Ctrl and C at the same time.

How to Execute a Program in Command Prompt Picture 12How to Execute a Program in Command Prompt Picture 12

Click the This PC folder on the left side of the File Explorer window.

How to Execute a Program in Command Prompt Picture 13How to Execute a Program in Command Prompt Picture 13

Click the This PC folder again. This will deselect any folders in the This PC folder, allowing you to open the This PC folder's properties.

How to Execute a Program in Command Prompt Picture 14How to Execute a Program in Command Prompt Picture 14

Click the Computer tab in the upper-left corner of the page to view the toolbar.

How to Execute a Program in Command Prompt Picture 15How to Execute a Program in Command Prompt Picture 15

Click Properties . It's a white box icon with a red check mark. After clicking, you will see another window display.

How to Execute a Program in Command Prompt Picture 16How to Execute a Program in Command Prompt Picture 16

Click the Advanced system settings link in the upper-left corner of the window. This will open another window.

How to Execute a Program in Command Prompt Picture 17How to Execute a Program in Command Prompt Picture 17

Click the Advanced tab at the top of the window.

How to Execute a Program in Command Prompt Picture 18How to Execute a Program in Command Prompt Picture 18

Click the Environment Variables… option at the bottom of the window. The screen will display another window.

How to Execute a Program in Command Prompt Picture 19How to Execute a Program in Command Prompt Picture 19

Click Path in the "System variables" window near the bottom of the page.

How to Execute a Program in Command Prompt Picture 20How to Execute a Program in Command Prompt Picture 20

Click the Edit… option at the bottom of the page.

How to Execute a Program in Command Prompt Picture 21How to Execute a Program in Command Prompt Picture 21

Click New in the upper-right corner of the Edit page.

How to Execute a Program in Command Prompt Picture 22How to Execute a Program in Command Prompt Picture 22

Paste the path of the program. Press the Ctrl and V keys at the same time to paste the path into the Path window.

How to Execute a Program in Command Prompt Picture 23How to Execute a Program in Command Prompt Picture 23

Click OK to save the path.

How to Execute a Program in Command Prompt Picture 24How to Execute a Program in Command Prompt Picture 24

Open Command Prompt.

How to Execute a Program in Command Prompt Picture 25How to Execute a Program in Command Prompt Picture 25

Open path. Type cd into the Command Prompt, press the spacebar, then press Ctrl+V to paste the program's path and press ↵ Enter.

How to Execute a Program in Command Prompt Picture 26How to Execute a Program in Command Prompt Picture 26

Type start into the Command Prompt. Remember to put a space after start.

How to Execute a Program in Command Prompt Picture 27How to Execute a Program in Command Prompt Picture 27

Enter the name of the program. Type the exact name of the program as shown in the directory, then press ↵ Enter and the program will be started.

If there is a space in the name of the program, type an underscore ("_") at the space (such as system_shock instead of system shock).

Or, you can enclose the path in quotes. (Example: start "C:/Program Files/Windows Media Player/wmplayer.exe")

4 ★ | 1 Vote