137k views
5 votes
Jeremy wants to run a program file from the command prompt. Which of the following should Jeremy type in the command prompt window to open the program?

1 Answer

4 votes

Type the name of the program you want to run. If it's on the PATH System variable it will be executed. If not, you'll have to type the full path to the program. For example, to run D:\Any_Folder\any_program.exe type D:\Any_Folder\any_program.exe on the Command prompt and press Enter.

User Kaffiene
by
5.7k points