more batch quoting madness

This commit is contained in:
idk
2022-05-18 17:06:56 -04:00
parent dbc8376ebd
commit 3fda252a34

View File

@@ -8,11 +8,7 @@ echo "check if I2P is already running"
netstat /o /a | find /i "listening" | find ":4444" >nul 2>nul && (
echo "I2P is already running, not launching"
) || (
if exist "%I2PPath%jpackaged" (
cd "%LOCALAPPDATA%\I2P" & start "i2p" /D "%LOCALAPPDATA%\I2P" "%I2PPath%i2p.exe"
) else (
start "i2p" "%I2PPath%i2p.exe"
)
start "i2p" /D "%I2PData%" "%I2PPath%i2p.exe"
)