1 Star 0 Fork 17

Just2Study666 / XYGame

forked from 梦想游戏人 / XYGame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rerunAll.bat 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
梦想游戏人 提交于 2017-06-06 11:45 . no commit message
@echo off
taskkill /f /t /im BattleServer.exe
taskkill /f /t /im ClientServer.exe
tasklist|find /i "redis-server.exe"
if ERRORLEVEL 1 start redis.bat
cd ClientServer
start ClientServer.exe -batchmode
cd ..
cd BattleServer/Release
start BattleServer.exe
cd ..
cd ..
cd LogicServer\server\bin
rerun.bat
cd ..
cd ..
cd ..
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Just2Study666/XYGame.git
git@gitee.com:Just2Study666/XYGame.git
Just2Study666
XYGame
XYGame
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891