prunsrv.run_console.bat.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of windows-service-installer-common Show documentation
Show all versions of windows-service-installer-common Show documentation
Maven plugin to build installers with Windows service support.
The newest version!
[#ftl encoding="UTF-8"/]
@echo off
rem http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
if "%OS%" == "Windows_NT" setlocal
set CURRENT_DIR=%cd%
cd /d %~dp0
cd ..
"%cd%\bin\prunsrv.exe" //TS//"${prunsrvServiceName}"
cd %CURRENT_DIR%
© 2015 - 2025 Weber Informatics LLC | Privacy Policy