more batch quoting madness
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
SET MYPATH=%~dp0
|
SET MYPATH=%~dp0
|
||||||
call "%MYPATH%common.bat"
|
call "%MYPATH%common.bat"
|
||||||
|
|
||||||
|
echo "check if I2P is already running"
|
||||||
::only launch I2P if the proxy is not up on 4444
|
::only launch I2P if the proxy is not up on 4444
|
||||||
netstat /o /a | find /i "listening" | find ":4444" >nul 2>nul && (
|
netstat /o /a | find /i "listening" | find ":4444" >nul 2>nul && (
|
||||||
echo "I2P is already running, not launching"
|
echo "I2P is already running, not launching"
|
||||||
|
Reference in New Issue
Block a user