bat文件的内容:
rem 参数"/t"后面是延迟的秒数
choice /t 30 /d y /n > nul
rem start命令的第一个参数是title,这里置为空
start "" "D:\Program Files (x86)\Net\360\360WangPan\360WangPan.exe"
本文介绍了一种使用bat批处理文件来实现应用程序延迟启动的方法。通过使用choice命令设置延迟时间,并结合start命令指定启动的应用程序路径,可以实现在Windows环境下对任意程序的延迟启动。
bat文件的内容:
rem 参数"/t"后面是延迟的秒数
choice /t 30 /d y /n > nul
rem start命令的第一个参数是title,这里置为空
start "" "D:\Program Files (x86)\Net\360\360WangPan\360WangPan.exe"
3669

被折叠的 条评论
为什么被折叠?