联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off for /f "delims=" %%a in (data.txt) do ( start/b ping %%a -n 10 -l 32>%%a.ping start/b tracert -d %%a>%%a.tracert ) :a set c=0 for /f %%a in ('tasklist^|findstr/i "ping.exe tracert.exe"') do set c=1 if %c%==1 goto a 2.bat