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

prunsrv.run_console.bat.ftl Maven / Gradle / Ivy

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