How do I ping the hell out of someone?

RU482

Lifer
Apr 9, 2000
12,689
3
81
I just happened to glance under the view tab in IE at "privacy report". It seems a certain IP address has been trying like hell to get a cookie on my machine, and I would like to return the favor. IS there anything fun I can do?
 

Harvey

Administrator<br>Elite Member
Oct 9, 1999
35,059
73
91
If you're running a system with real DOS (Win98, ME), this DOS batch file should do an endless loop until you hit [Ctl + Break]:

@ECHO OFF
:START
PING <url>
GOTO START
 

RU482

Lifer
Apr 9, 2000
12,689
3
81
OK, when I do "ping" @ the command prompt, what switch do I use to make it ping more than the default 4 times?
 

Harvey

Administrator<br>Elite Member
Oct 9, 1999
35,059
73
91
PING -n <number of pings> <url>.

When all else fails, RTFM. PING /?. ;)
 

dakata24

Diamond Member
Aug 7, 2000
6,366
0
76
i guess ping -t would work better.. but is it really a good idea to run it continuously? :p