Windows-bat-loop for restart exe

2020-12-30 07:28

阅读:440

标签:echo   tor   des   art   win   rest   kill   desktop   start   

Windows-bat-loop for restart exe

July 10, 2020 2:09 AM

周期重启某个指定的程序

@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

Windows-bat-loop for restart exe

标签:echo   tor   des   art   win   rest   kill   desktop   start   

原文地址:https://www.cnblogs.com/yongchao/p/13277253.html

上一篇:小贷平台API设计

下一篇:Windows-bat-Path


评论


亲,登录后才可以留言!