functions.stop.cmd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jclouds-scriptbuilder Show documentation
Show all versions of jclouds-scriptbuilder Show documentation
creates scripts that can be used to manage services
The newest version!
:abort
CALL :findProcess %INSTANCE_NAME%
if defined _pid (
echo stopping %INSTANCE_NAME%
TASKKILL /F /T /PID %FOUND_PID% >NUL
)
schtasks /end /tn %INSTANCE_NAME% >NUL 2>NUL
schtasks /delete /tn %INSTANCE_NAME% /F >NUL 2>NUL
exit /b 0
© 2015 - 2025 Weber Informatics LLC | Privacy Policy