@ECHO OFF
COLOR 17
REM �᭱���Ʀr�O����ɶ�(����)
java jdelay 1
cls
goto begin
:noupdate
echo �L�s���֤ߥi��s
goto endud
:ifupdate
IF EXIST update\Server_Game.jar goto movezip
IF NOT EXIST update\Server_Game.jar goto noupdate
:movezip
del Server_Game.jar
move /Y update\Server_Game.jar Server_Game.jar
echo ��s�֤ߦ��\
goto endud
:begin
title �j���Ѱ�
REM ===================================�ѼƳ]�w=====================================
SET L1J_RAM=-server -Xms8g -Xmx2g -Xmn1024m -Xss256K -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=2 -XX:CMSInitiatingOccupancyFraction=91 -XX:TargetSurvivorRatio=90 -XX:+UseFastAccessorMethods -XX:+DisableExplicitGC -XX:+UseBiasedLocking -XX

arallelGCThreads=12 -XX:+AggressiveOpts -Xloggc:gclog.txt -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xnoclassgc -XX:MetaspaceSize=150m -XX:MaxMetaspaceSize=400m
REM ==================================Time�����t�m==================================
SET L1J_TIME=-Duser.timezone=Asia/Taipei
REM ===================================�T�w�Ѽ�=====================================
REM �{����|(��)
SET L1J_PATH=-cp Server_Game.jar;jar\c3p0-0.9.1.2.jar;jar\commons-logging-1.1.1.jar;jar\javolution-5.5.1.jar;jar\log4j-1.2.16.jar;jar\mina-core-2.0.7.jar;jar\mysql-connector-java-5.1.20-bin.jar;jar\slf4j-api-1.7.30.jar;jar\slf4j-nop-1.7.30.jar com.lineage.Server
:sta
REM ===================================�֤ߧ�s===================================== 大叔的ServerStart.bat裡面一堆亂碼該怎麼解,有大大知道嗎