PDA

View Full Version : Ping in Command Prompt (XP)


MadGamer
28-08-2003, 19:41
If i wanted to ping a website say 5 times to find out if it is recieving data, what would be the command line in Command Prompt?

philip.j.fry
28-08-2003, 19:45
ping -n 5 [hostname]

idi banashapan
28-08-2003, 20:17
ping (site) -t

for continuous ping

for more options, type:

ping /?

Tricky
29-08-2003, 23:10
Or take a look at "Pathping" from the cmd prompt
See where the delays really are!