This commit is contained in:
Victor Bellavin
2015-03-01 22:17:02 +03:00
commit 680eab32ed
41 changed files with 1225 additions and 0 deletions

5
src/dist/bin/starter.bat vendored Executable file
View File

@ -0,0 +1,5 @@
@echo off
pushd "%~dp0\.."
bin\sample.bat %1 -config config\ncore-properties.xml -logconfig config\log4j.properties %2 %3 %4 %5
popd