Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ping time

Status
Not open for further replies.

Pyramus

Programmer
Dec 19, 2001
237
GB
I want to write a function that gets the time to ping a particular ip/address.

using the normal dos ping command, you get lines like:
Reply from xxx.xxx.xx.xx: bytes=32 time=30ms TTL=246

Is there a function to get the time?
 
The TTL (Time To Live) value is in milliseconds.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top