Set up a continuous ping program windows

Asked By 10 points N/A Posted on -
qa-featured

Hi Everyone,

I need to know about, how to set up or create a continuous ping program windows on my PC through command prompt, Please do the needful for helping me by providing the DOS commands for pinging the PC. It will really help me.

Thanks & Regards,

John L Krug

SHARE
Answered By 15 points N/A #158419

Set up a continuous ping program windows

qa-featured

That is a pretty easy and simple to do with the command prompt.

  • Type the command 'ping -t [IP address you want to ping] '

And it will constantly ping to the IP address.

To stop this you have to hit 'ctrl + c' switches on your key board.

To temporarily interrupt and see statistics hit 'ctrl + break'

Related Questions