From 254ee6f47eebfc00462c10756a92066e82cc1a96 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 21 Jun 2011 15:46:02 +0200 Subject: Initial commit --- bin/UserCode.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/UserCode.bat (limited to 'bin/UserCode.bat') diff --git a/bin/UserCode.bat b/bin/UserCode.bat new file mode 100755 index 0000000..8c19296 --- /dev/null +++ b/bin/UserCode.bat @@ -0,0 +1,6 @@ +@echo off +title Cristal 2 Usercode Agent +call env.bat +cd %CRISTAL_HOME% +del %CRISTAL_HOME%\ucLog.txt +java -classpath %LOCALCLASSPATH% com.c2kernel.process.UserCodeProcess -logFile %CRISTAL_HOME%\ucLog.txt -logLevel 0 -config %CRISTAL_HOME%\bin\conf\client.conf -connect %1 -- cgit v1.2.3