From dbc8376ebddbc868f13a5b9f46de0f54953d15c7 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 18 May 2022 16:55:29 -0400 Subject: [PATCH] more batch quoting madness --- src/win/launchi2p.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/launchi2p.bat b/src/win/launchi2p.bat index d22fa38..bba88bc 100644 --- a/src/win/launchi2p.bat +++ b/src/win/launchi2p.bat @@ -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"