Answers for "ping website url cmd"

18

how to ping in cmd

ping -n <number of echo request to send> -l <buffer size> <website url>
ping -n 10 -l 50 google.com
Posted by: Guest on September-15-2020
0

ping to my localhost in windows

Open the Run function (Windows key + R) dialog and type cmd. Press Enter. You can also type cmd into the Taskbar Search box and select Command Prompt from the list. Running as Administrator is advised.
Type ping 127.0. 0.1 and press Enter.
Posted by: Guest on December-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language