5 lines
153 B
Batchfile
5 lines
153 B
Batchfile
|
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
|