欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

中文顯示ping結(jié)果的批處理bat文件

 更新時(shí)間:2007年08月08日 20:59:07   作者:  
中文顯示ping結(jié)果.bat
復(fù)制代碼 代碼如下:

@echo off
color f2
echo.
set for=于
set of=的
set with=用
set in=(以
set data:=數(shù)據(jù)
set milli-seconds:=毫秒為單位)
set Approximate=大約
set times=時(shí)間:
set round=來(lái)回
set trip=行程
set Reply=應(yīng)答
set from=來(lái)自
set bytes=字節(jié)
set time=時(shí)間:
set timed=時(shí)間
set out=超過(guò)
set statistics=統(tǒng)計(jì)
set Packets:=包:
set Sent=已發(fā)送=
set Received=已收到=
set Lost=已丟失=
set loss)=丟失)
set Minimum=最小值=
set Maximum=最大值=
set Average=平均值=
set TTL=TTL=
setlocal enabledelayedexpansion
set a=
set/p a=請(qǐng)輸入要ping的網(wǎng)址或IP   
for /f "delims=" %%i in ('ping %a%') do (
    set ret=
    for %%a in (%%i) do if defined %%a (set ret=!ret!!%%a!) else set ret=!ret! %%a 
    if not "!ret!"=="" (set ret=!ret:time=時(shí)間! && echo !ret!) else echo.
)
pause>nul

相關(guān)文章

最新評(píng)論