@echo off
:count
echo|set /p="Num of HTTP Connections: " & netstat -na | find /C ":80"
timeout 3 > nul
GOTO count
时间: 2024-10-27 07:47:10
@echo off
:count
echo|set /p="Num of HTTP Connections: " & netstat -na | find /C ":80"
timeout 3 > nul
GOTO count