@echo off
title 倒计时重启软件
mode con cols=30 lines=4&color 4e
:next
for /l %%i in (10,-1, 0) do (
cls
echo.
echo    倒计时%%i秒 重启软件
ping 127.1 -n 2 >nul
)
taskkill /f /im yourSoft.exe
start yourSoft.exe
goto :next
Last modification:April 11, 2022
如果觉得我的文章对你有用,请随意赞赏