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

functions.stop.cmd Maven / Gradle / Ivy

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