9 lines
152 B
Batchfile
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 |