Windows-bat-loop for restart exe

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
posted @ 2020-07-10 02:10  Theseus‘Ship  阅读(121)  评论(0编辑  收藏  举报
Live2D