Harukatana
Senior Member
- Joined
- Aug 27, 2006
- Messages
- 2,036
- Reaction score
- 0
Hi, need some advice over here.
i'm actually trying to write a batch file to ping about 100 different sets of IP.
ping -n 1 <IP/Hostname> -w 1000 will let the batch file send only one packet and one reply.
anybody knows how do i remove the ping statistic ??
after the batch file finish pinging all the 100 IP it will output the result to the text file and the ping statistic is making my eye go gaga


i'm actually trying to write a batch file to ping about 100 different sets of IP.
ping -n 1 <IP/Hostname> -w 1000 will let the batch file send only one packet and one reply.
anybody knows how do i remove the ping statistic ??
after the batch file finish pinging all the 100 IP it will output the result to the text file and the ping statistic is making my eye go gaga


