more batch quoting madness

This commit is contained in:
idk
2022-05-18 16:55:29 -04:00
parent ed53efea8f
commit dbc8376ebd

View File

@ -3,6 +3,7 @@
SET MYPATH=%~dp0
call "%MYPATH%common.bat"
echo "check if I2P is already running"
::only launch I2P if the proxy is not up on 4444
netstat /o /a | find /i "listening" | find ":4444" >nul 2>nul && (
echo "I2P is already running, not launching"