xhjxhj001 当前离线
列兵
ivor 当前离线
上校
@echo off&setlocal ENABLEDELAYEDEXPANSION set count=0 for /f %%a in (tracer.log) do ( ping %%a -n 1 >result_!count!.txt set /a count+=1 if !count! equ 3 goto :Eof )复制代码
TOP