This week I had a list of 600 (632 to be exact) domains to check after the DNS was thought to had been pointed elsewhere for every single one.
The easiest and quicket way to check a single domain is simply to ping the domain name from the command prompt like this:

But when you have more than one this process simply wouldn’t work. In steps this tool from Analogue Point Solutions:

Hat tip to Adam Crawford on this one – very useful tool
{ 3 comments… read them below or add one }
Hay you just solved a problem i spent nearly half a day working on! 207 domains checked grrr – i new there must have been something to do the job just did think it would be so straight forward.
thanks – added to delicious
Can I suggest that you get into shell scripting? I run a linux shell under Cygwin on my PC, and knocking up a simple little script to churn through these would be a 5 minute job. Then you’re not limited to 50 and can output the data to a nifty little text file. Hell, you could then even email that file to your inbox.
Hi Nate – ahem.. Guest post?