Files
ncore-sample/src/dist/bin/starter.bat

5 lines
104 B
Batchfile
Executable File

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