Windows-bat-loop for restart exe
2020-12-30 07:28
阅读:440
标签:echo tor des art win rest kill desktop start July 10, 2020 2:09 AM Windows-bat-loop for restart exe 标签:echo tor des art win rest kill desktop start 原文地址:https://www.cnblogs.com/yongchao/p/13277253.htmlWindows-bat-loop for restart exe
周期重启某个指定的程序
@echo off
:start
choice /t 10 /d y /n >nul
cd C:\Users\Administrator\Desktop\XXXX.exe
choice /t 10 /d y /n >nul
taskkill /F /IM XXXX.exe
goto start
上一篇:小贷平台API设计
下一篇:Windows-bat-Path
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Windows-bat-loop for restart exe
文章链接:http://soscw.com/index.php/essay/39232.html
文章标题:Windows-bat-loop for restart exe
文章链接:http://soscw.com/index.php/essay/39232.html
评论
亲,登录后才可以留言!