5 lines
134 B
Batchfile
Executable File
5 lines
134 B
Batchfile
Executable File
@echo off
|
|
|
|
pushd "%~dp0\.."
|
|
bin\sample.bat %1 -config config\ncore-properties.xml -logconfig config\log4j.properties %2 %3 %4 %5
|
|
popd |