5 lines
104 B
Batchfile
Executable File
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 |