bat文件的内容:
rem 参数"/t"后面是延迟的秒数
choice /t 30 /d y /n > nul
rem start命令的第一个参数是title,这里置为空
start "" "D:\Program Files (x86)\Net\360\360WangPan\360WangPan.exe"
bat文件的内容:
rem 参数"/t"后面是延迟的秒数
choice /t 30 /d y /n > nul
rem start命令的第一个参数是title,这里置为空
start "" "D:\Program Files (x86)\Net\360\360WangPan\360WangPan.exe"