-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
Ping command is used to check the network connectivity. You can use ping command from windows shell only, not from DOS OS as DOS does not supports networking. You can use "-t" switch with ping for continuously network checking.Syntax: Ping Example: ping 192.168.1.15 or ping 192.168.1.15 -t or ping -t 192.168.1.15
Ping
Ping
You use ping 192.168.5.36 -n 20 -I 1024
USE THE PING 127.0.0.1 COMMAND AT HTE COMMAND PROMT
PING is what you need to use . Ping 127.0.0.1
you can use the ping command. the syntax is open DOS and then type ping ipaddress of the host machine
To ping a host 1,000 times, you can use the command line in your operating system. On Windows, open Command Prompt and type ping -n 1000 [hostname or IP address], replacing [hostname or IP address] with the target you want to ping. On Linux or macOS, use the command ping -c 1000 [hostname or IP address]. This will send 1,000 echo requests to the specified host.
If you mean a Command Prompt Command then there are a few you can use. The most commonly used would be ping and tracert. But there are others including netstat which shows the port status.
Ping
Use the PING (and current IP address) command to execute a loopback test on a NIC
If you use Windows, open a command window (press Windows-R, then type Cmd and press ENTER), and typeping /?or justpingto see the options for this command.