jsw.UninstallService.bat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plexus-appserver-runtime-booter-jsw Show documentation
Show all versions of plexus-appserver-runtime-booter-jsw Show documentation
Plexus App Server Tools for creating application bundles, services bundles and server runtimes.
The newest version!
@echo off
set _WRAPPER_CONF="%~f1"
if not %_WRAPPER_CONF%=="" goto startup
set _WRAPPER_CONF="wrapper.conf"
:startup
"Wrapper.exe" -r %_WRAPPER_CONF%
if not errorlevel 1 goto end
pause
:end
set _WRAPPER_CONF=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy