kefu/cron.bat

5 lines
153 B
Batchfile
Raw Normal View History

2024-12-10 02:50:12 +00:00
tasklist | findstr "kefu.exe"
if %ERRORLEVEL% EQU 1 (
D:\software\goworkspace\go-fly-pro\kefu.exe server -r D:\software\goworkspace\go-fly-pro
)
exit