summaryrefslogtreecommitdiff
path: root/bin/itemServer.bat
blob: d154472de13940a2746f4d234db20aeef9c55e37 (plain)
1
2
3
4
5
6
7
@echo off
title ItemServer
call env.bat
cd %CRISTAL_HOME%
del %CRISTAL_HOME%\serverLog.txt
java -Xmx256m -Xbootclasspath/p:%CRISTAL_HOME%\lib\OB.jar -classpath %LOCALCLASSPATH% com.c2kernel.process.StandardServer -logFile %CRISTAL_HOME%\serverLog.txt -logLevel 0 -config %CRISTAL_HOME%\bin\conf\server.conf -connect %1
pause