Loading...
@echo off for /f "tokens=5" %%i in ('netstat -ano ^| findstr 9002') do ( if not %%i == 0 taskkill /f /pid %%i /t ) cd C:\apache-tomcat-8.5.9\bin\ start C:\apache-tomcat-8.5.9\bin\startup....