| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @echo off
- cd ./run
- start ./gate.exe -config ./gate_config.yaml -server gate1
- ::start ./gate.exe -config ./gate_config.yaml -server gate2
- start ./auth.exe -config ./auth_config.yaml -server auth1
- ::start ./game.exe -config ./game_config.yaml -server game1
- ::start ./game.exe -config ./game_config.yaml -server game2
- start ./db.exe -config ./db_config.yaml -server db1
- ::start ./db.exe -config ./db_config.yaml -server db2
- start ./social.exe -config ./social_config.yaml -server social1
- ::start ./social.exe -config ./social_config.yaml -server social2
- ::start ./rank.exe -config ./rank_config.yaml
- ::start ./guild.exe -config ./guild_config.yaml
- ::start ./server_map_router.exe -config ./maprouter_config.yaml
- ::start ./server_aoi.exe -config ./aoi_config.yaml
- ::start ./server_aoi.exe -config ./aoi2_config.yaml
- ::start ./battleboss.exe -config ./battleboss_config.yaml
- ::start ./battlerecord.exe -config ./battlerecord_config.yaml
- ::start ./gmweb.exe -config ./gmweb_config.yaml
- ::start ./cross_router.exe -config ./crossrouter_config.yaml -server crossrouter1
- ::start ./cross_server.exe -config ./crossserver_config.yaml -server crossserver1
- ::start ./cross_rank.exe -config ./crossrank_config.yaml -server crossrank1
- start ./gcross_router.exe -config ./gcrossrouter_config.yaml -server gcrossrouter1
- ::start ./gcross_map.exe -config ./gcrossmap_config.yaml -server gcrossmap1
- ::ping -n 3 127.0.0.1>nul
- cd ..
- ::start ./test/test.exe -diff aaa
- ::start ./test/test.exe -diff bbb
- ::start ./test/test.exe -diff ccc
- ::start ./xlsxdateconvert/xlsxdateconvert.exe -id 1 -xlsx ./xlsxdateconvert/ArenaRewardCfg.xlsx -zone 1
- ::pause
|