简体   繁体   中英

I want to run exe programs with a bat file. “Alarm Clock.exe” the bat file will be a basic short cut

i want to run exe programs with a bat file. "Alarm Clock.exe" the bat file will be a basic short cut but i will use the text to learn more about bat files. thanks for any help on this matter , it will help me learn a bit more about programing. Maybe with the whole text. D:\\Program Files\\alarm \\Alarm Clock.exe example

@echo off start D:\\Program Files\\alarm \\Alarm Clock.exe pause

im not sure

Insert Alarm Clock.exe in the batch file with quotation marks.

"Alarm Clock.exe"

Reason for the quotation: There is a blank in the file name.

要学习带有批处理文件的程序,没有什么要学的...您只需写它的名称(通常不带扩展名),如果不在批处理文件的工作目录或PATH ,则以其路径为前缀。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM