archetype-resources.bundle-launcher.cmd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-archetype-alt-csv
Show all versions of refcodes-archetype-alt-csv
A minimum REFCODES.ORG enabled command application processing CSV files.
Get inspired by "https://bitbucket.org/funcodez".
@ECHO OFF
SETLOCAL
SET "JAVA_EXE=%~dp0\jre\bin\java.exe"
SET "APP_JAR=%~dp0\application.jar"
CALL %JAVA_EXE% -jar %APP_JAR% %*
EXIT /B %ERRORLEVEL%
© 2015 - 2025 Weber Informatics LLC | Privacy Policy