
CODE: [Copy to clipboard]@echo off&SetLocal EnableDelayedExpansion
set info=
for /f "tokens=*" %%a in ('netstat -abn^|findstr /v "\\"') do (
if /i "%%a"=="[avguard.exe]" echo !info!&&pause&exit/b
set info=%%a
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |