You can use cURL . They have a windows binary here
You can also check out this page , which lists open source performance testing tools, including some Windows-specific ones like dieseltest
Edit, added curl example
curl -s "http://example.com/index.html?[1-1000]"
This will get the URL 1000 times. My DOS scripts are not many, so I do not know how to do this. If it were a * nix shell, I would just do
time curl -s "http://example.com/index.html?[1-1000]"
Glen source share