Windows Ping plus timestamp

Source: Internet
Author: User
Tags echo date

Create a new file under C drive Ping.vbs
Enter the following code in the Ping.vbs:

Dim args, flag, unsuccoutargs= "" otherout= "" flag=0if WScript.Arguments.count = 0 Thenwscript.echo "Usage:cscript Tping.vbs [-T] [-a] [-N Count] [-l size] [-f] [-I TTL] [-v TOS] "WScript.Echo"                         [-S count] [[-j host-list] | [-K host-list]] " WScript.Echo "                         [-R Count] [-w timeout] destination-list" Wscript.quitend iffor i=0 to wscript.arguments.count-1args= Args & "" & WScript.Arguments (i) nextset shell = WScript.CreateObject ("Wscript.Shell") Set re=new Regexpre.pattern= "^reply|^request|^ from |^ request" Set Myping=shell. Exec ("ping" & args) while not myping. Stdout.atendofstream   strline=myping. Stdout.readline () ' WScript.Echo '  raw Data & Chr (9) & StrLine   r=re. Test (strLine)   If r thenwscript.echo Date & "" & Time & Chr (9) & Strlineflag=1   Elseunsuccout=unsuc COut & strLine   End ifwendif flag = 0 Thenwscript.echo unsuccoutend If

Cut to the directory where the script is located, then call CMD and execute the following command

cscript ping.vbs www.baidu.com-t-L 1000-w 5000>sseping.txt

  

Windows Ping plus timestamp

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.