ShengShengBuXi/ShengShengBuXi.ConsoleApp/AutoRestart.bat
2025-03-28 13:22:34 +08:00

9 lines
152 B
Batchfile

@echo off
echo.
:restart
echo start - %date% %time%
start /wait /min ShengShengBuXi.ConsoleApp.exe
echo ext...
timeout /t 0 /nobreak > nul
goto restart