Name:
Anonymous
2006-12-24 1:25
NOW I HAVE TO GOTO FAILCHAN AKA 7CHAN
FUK U!!!!
Name:
Anonymous
2006-12-24 1:43
If you want to test your internet connection...
1. Obtain wget
http://www.google.com/search?hl=en&q=wget+windows&btnG=Google+Search
Leads to
http://pages.interlog.com/~tcharron/wgetwin.html
Direct link to wget:
http://www.interlog.com/~tcharron/wgetwin-1_5_3_1-binary.zip
2. Extract wget.exe to somewhere you can run it from.
3. Download files 10000 times and look at your connection speed
From command line:
for /L %1 in (1,1,10000) do wget -O NUL
http://www.halturnershow.com/HT_promo3.mp3
If from batch file, use %%1 instead of %1