start.bat 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @echo off
  2. cd ./run
  3. start ./gate.exe -config ./gate_config.yaml -server gate1
  4. ::start ./gate.exe -config ./gate_config.yaml -server gate2
  5. start ./auth.exe -config ./auth_config.yaml -server auth1
  6. ::start ./game.exe -config ./game_config.yaml -server game1
  7. ::start ./game.exe -config ./game_config.yaml -server game2
  8. start ./db.exe -config ./db_config.yaml -server db1
  9. ::start ./db.exe -config ./db_config.yaml -server db2
  10. start ./social.exe -config ./social_config.yaml -server social1
  11. ::start ./social.exe -config ./social_config.yaml -server social2
  12. ::start ./rank.exe -config ./rank_config.yaml
  13. ::start ./guild.exe -config ./guild_config.yaml
  14. ::start ./server_map_router.exe -config ./maprouter_config.yaml
  15. ::start ./server_aoi.exe -config ./aoi_config.yaml
  16. ::start ./server_aoi.exe -config ./aoi2_config.yaml
  17. ::start ./battleboss.exe -config ./battleboss_config.yaml
  18. ::start ./battlerecord.exe -config ./battlerecord_config.yaml
  19. ::start ./gmweb.exe -config ./gmweb_config.yaml
  20. ::start ./cross_router.exe -config ./crossrouter_config.yaml -server crossrouter1
  21. ::start ./cross_server.exe -config ./crossserver_config.yaml -server crossserver1
  22. ::start ./cross_rank.exe -config ./crossrank_config.yaml -server crossrank1
  23. start ./gcross_router.exe -config ./gcrossrouter_config.yaml -server gcrossrouter1
  24. ::start ./gcross_map.exe -config ./gcrossmap_config.yaml -server gcrossmap1
  25. ::ping -n 3 127.0.0.1>nul
  26. cd ..
  27. ::start ./test/test.exe -diff aaa
  28. ::start ./test/test.exe -diff bbb
  29. ::start ./test/test.exe -diff ccc
  30. ::start ./xlsxdateconvert/xlsxdateconvert.exe -id 1 -xlsx ./xlsxdateconvert/ArenaRewardCfg.xlsx -zone 1
  31. ::pause