All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.bundle-launcher.cmd Maven / Gradle / Ivy

Go to download

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