fixed ac
This commit is contained in:
parent
38b2412fa9
commit
f63584c0fc
@ -12,7 +12,7 @@ if "%option%"=="a" (
|
|||||||
) else if "%option%"=="e" (
|
) else if "%option%"=="e" (
|
||||||
netstat -an | findstr /c:"ESTABLISHED"
|
netstat -an | findstr /c:"ESTABLISHED"
|
||||||
) else if "%option%"=="ac" (
|
) else if "%option%"=="ac" (
|
||||||
netstat -an | findstr /c:"TCP" /c:"Active Connections"
|
netstat -an | find /c /v ""
|
||||||
) else if "%option%"=="ec" (
|
) else if "%option%"=="ec" (
|
||||||
netstat -an | findstr /c:"ESTABLISHED" | find /c /v ""
|
netstat -an | findstr /c:"ESTABLISHED" | find /c /v ""
|
||||||
) else (
|
) else (
|
||||||
|
Loading…
Reference in New Issue
Block a user