码迷,mamicode.com
首页 > Windows程序 > 详细

windows 给ping加时间

时间:2016-11-06 22:28:16      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:win   targe   时间   ken   windows   target   file   for   got   

 

@echo off

set /p host=host Address:
set logfile=Log_%host%.log

echo Target Host = %host% >%logfile%
for /f "tokens=*" %%A in (‘ping %host% -n 1 ‘) do (echo %%A>>%logfile% && GOTO Ping)
:Ping
for /f "tokens=* skip=2" %%A in (‘ping %host% -n 1 ‘) do (
echo %date% %time:~0,2%:%time:~3,2%:%time:~6,2% %%A>>%logfile%
echo %date% %time:~0,2%:%time:~3,2%:%time:~6,2% %%A
timeout 1 >NUL
GOTO Ping)

windows 给ping加时间

标签:win   targe   时间   ken   windows   target   file   for   got   

原文地址:http://www.cnblogs.com/fanxuanhui/p/6036369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!