echo -关服-

taskkill /f /im xmds-battle-server.exe
taskkill /f /im java.exe

xcopy .\config\log4net.config .\BattleServer\ /g /e /q /y
cd BattleServer
start xmds-battle-server.exe


cd ..
xcopy .\config\cehua\GameConfig.conf .\GameServer\conf\ /g /e /q /y
xcopy .\config\cehua\GameConfigExt.conf .\GameServer\conf\ /g /e /q /y

cd GameServer

title GameServer

java -server -Xms512m -Xmx512m -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+HeapDumpOnOutOfMemoryError -Xloggc:gc.log -jar mmoarpg-game.jar&