Does anybody know of a simple ping utility for DOS or Windows that can ping multiple hosts (via a supplied file of simply copying/pasting a list of hosts) and that can simply display if the hosts responded or not?
The kind of output i'm after is along the lines of:
host1 - alive
host2 - alive
host3 - dead
host4 - alive
host5 - dead
host6 - dead
...and so on.
The standard DOS ping utility in XP/2003 produces too much output and is hard to process easily as i've scripted it to read the list of hosts from a file and that list contains many machines.