lxzzr (庄生晓梦)当前离线
论坛巡查
@echo off for /f "skip=1 tokens=1,2,3,4 delims= " %%a in ( 'wmic path win32_pingstatus where "address='%1'" get protocoladdress^,buffersize^,responsetime^,responsetimetolive' ) do ( set temp_=%%c if defined temp_ ( echo.&echo.Pinging %1 with %%a bytes of data: echo.&echo.Reply from %%b Bytes=%%a Time=%%c TTL=%%d ) else ( echo.&echo.Ping request could not find host %1.Please check the name and try again. ) ) exit /b复制代码
zqz0012005 (smile)当前离线
假装是个高手
荣誉版主
TOP
523066680 (消遣区)当前离线
版主
Seter (.De Le Te.)当前离线
技术组成员