Home  >  Article  >  Operation and Maintenance  >  How to run exe program using cmd command

How to run exe program using cmd command

尚
Original
2020-04-25 14:24:1852683browse

How to run exe program using cmd command

cmd command window input: start space the absolute path and program name of the program to be run and press Enter to run the exe program.

Example:

1. Find the folder path where the EXE file you want to open is located, such as: the folder path where Photoshop.exe is located: D:\PHOTOSHOP;

How to run exe program using cmd command

2. Open the cmd command line, enter start, space D:\PHOTOSHOP\Photoshop.exe and press Enter to run the exe program.

How to run exe program using cmd command

The above is the detailed content of How to run exe program using cmd command. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn