diff options
| author | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
| commit | 254ee6f47eebfc00462c10756a92066e82cc1a96 (patch) | |
| tree | 8273ff95c704e6faa3f92b4711253427b9ba0481 /bin/itemServer.bat | |
Initial commit2.2
Diffstat (limited to 'bin/itemServer.bat')
| -rwxr-xr-x | bin/itemServer.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/itemServer.bat b/bin/itemServer.bat new file mode 100755 index 0000000..d154472 --- /dev/null +++ b/bin/itemServer.bat @@ -0,0 +1,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
\ No newline at end of file |
