How to ping server
well the easy way to do it, is just, in command prompt. Type
ping ip address -n how much pings to be sent
so say if my ip address as 64.102.129.90
i would write ping 64.102.129.90 -n 5000
:rolleyes:
u could also make a batch file to do this command instead of typing the comand every time, just make a batch file and write pretty much thesame thing in it
ping ip address -n how much pings to be sent
so say if my ip address as 64.102.129.90
i would write ping 64.102.129.90 -n 5000

u could also make a batch file to do this command instead of typing the comand every time, just make a batch file and write pretty much thesame thing in it
