You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
140 B
Batchfile
8 lines
140 B
Batchfile
2 years ago
|
@echo off
|
||
|
|
||
|
setlocal
|
||
|
|
||
|
call %~dp0/setenv.bat
|
||
|
|
||
|
echo Start...
|
||
|
call "%NTRI_JAVA_BIN_DIR%/java" -jar %NTRI_VM_OPTIONS% "%NTRI_APP_DIR%/%NTRI_APP%"
|