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-c2
Show all versions of refcodes-archetype-alt-c2
A minimum REFCODES.ORG enabled C2 (Command + Control) RESTful server teaming
up with itself as client application. Get inspired by "https://bitbucket.org/funcodez".
The newest version!
@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