1 Star 3 Fork 1

hahagerere/kbengine_hotfix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start_server_background.bat 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
ah 提交于 2019-12-04 16:47 . first
@echo off
set curpath=%~dp0
cd ..
set KBE_ROOT=%cd%
set KBE_RES_PATH=%KBE_ROOT%/kbe/res/;%curpath%/;%curpath%/scripts/;%curpath%/res/
set KBE_BIN_PATH=%KBE_ROOT%/kbe/bin/server/
if defined uid (echo UID = %uid%)
cd %curpath%
call "kill_server.bat"
echo KBE_ROOT = %KBE_ROOT%
echo KBE_RES_PATH = %KBE_RES_PATH%
echo KBE_BIN_PATH = %KBE_BIN_PATH%
start "" "%KBE_BIN_PATH%/machine.exe" --cid=1000 --gus=1 --hide=1
start "" "%KBE_BIN_PATH%/logger.exe" --cid=2000 --gus=2 --hide=1
start "" "%KBE_BIN_PATH%/interfaces.exe" --cid=3000 --gus=3 --hide=1
start "" "%KBE_BIN_PATH%/dbmgr.exe" --cid=4000 --gus=4 --hide=1
start "" "%KBE_BIN_PATH%/baseappmgr.exe" --cid=5000 --gus=5 --hide=1
start "" "%KBE_BIN_PATH%/cellappmgr.exe" --cid=6000 --gus=6 --hide=1
start "" "%KBE_BIN_PATH%/baseapp.exe" --cid=7001 --gus=7 --hide=1
@rem start "" "%KBE_BIN_PATH%/baseapp.exe" --cid=7002 --gus=8 --hide=1
start "" "%KBE_BIN_PATH%/cellapp.exe" --cid=8001 --gus=9 --hide=1
@rem start "" "%KBE_BIN_PATH%/cellapp.exe" --cid=8002 --gus=10 --hide=1
start "" "%KBE_BIN_PATH%/loginapp.exe" --cid=9000 --gus=11 --hide=1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/330310743/kbengine_hotfix.git
git@gitee.com:330310743/kbengine_hotfix.git
330310743
kbengine_hotfix
kbengine_hotfix
master

搜索帮助