661100a 当前离线
列兵
foxJL 当前离线
荣誉版主
@echo off for /f %%i in (ping.txt) do (echo,ping %%i&ping -n 1 -w 1000 %%i>nul || echo,%%i 不通>>2.txt) pause复制代码
TOP