bat脚本关闭、等待时间、启动程序、

@echo off
::关闭
/杀死进程 @taskkill /f /IM Hos.exe ::等待10秒 start /min /w mshta vbscript:setTimeout("window.close()",10000) ::启动程序 start Hos.exe exit

 

posted @ 2022-03-30 16:49  fulllove  阅读(998)  评论(0)    收藏  举报