Helpful to verify reports of your own downtime, or to double check a downed website you are trying to access.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
For x As Integer = 2000000 To 9999999
If x.ToString Like "[2-9]*" and x.ToString not Like "[1-9]11*" Then
objWriter.WriteLine(x.ToSt
End If
Next