I am looking for a simple script (that can be executed in windows platform) to ping all machines, and to write the IP of "On" machines (machines that'll reply) to a text file.
Asked
Active
Viewed 3,268 times
3 Answers
6
nmap -sP
Performs a ping scan (host discovery), then print out the available hosts that responded to the scan. No further testing (such as port scanning or OS detection) is performed.

fpmurphy
- 841
- 6
- 13
-
Download at http://nmap.org/download.html – Zoredache Sep 12 '09 at 21:29