Search : in
By :

Ping multiple IPs

Last answer on Sep 5, 2009 2:00:25 am BST chichi, on Nov 18, 2008 4:29:12 pm GMT 
 Report this message to moderators

Hello,

I am new to scripting. My question is i want to ping multiple IPs in a network. I knw it can be possible by batch scripting but i dont knw how? Can any one guide me?

Configuration: Windows XP
Firefox 3.0.4

Best answers for « Ping multiple IPs » in :
Renaming multiple files in batch ShowRenaming multiple files in batch Native features Using a third-party program Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases: Native features On Windows...
Expand your Desktop over multiple monitors ShowExpand your Desktop over multiple monitors Hardware Requirements Software Requirements How to proceed If you are using Windows and want to enlarge your current desktop without having to buy another huge screen, this is possible by...
How to sign in multiple MSN messenger Accounts? ShowHow to sign in multiple MSN messenger Accounts? Messenger Plus Live MSN Polygamy MSN or Windows Live Messenger doesn’t give you this option. You can sign in on only 1 account at a time. You can use add-ons or plugins for MSN....
Download Ping Tester 2008 ShowIn computer science, "Ping" is an order allowing to test the presence of a machine on a network. PingTester is a tool allowing to stock a mailing list IP. He also allows to test orders networks to augment her effectiveness.Ameliorate the tracing of...
Ping of death attack ShowPing of death attack The ping of death attack is one of the oldest network attacks. The principle of ping of death simply involves creating an IP datagram whose total size exceeds the maximum authorized size (65,536 bytes). When such a packet is...
Ping ShowThe Ping tool "Ping" (short for Packet INternet Groper) is without a doubt the best-known network administration tool. It is one of the simplest tools, because all it does is send packets to check if a remote machine is responding and, by...
Data transmission - Multiplexing ShowIntroduction to multiplexing Multiplexing refers to the ability to transmit data coming from several pairs of equipment (transmitters and receivers) called low-speed channels on a single physical medium (called the high-speed channel). A...

1

fred, on Feb 12, 2009 3:19:30 pm GMT

I want list of 1ooo of America IPs

Reply to fred

2

 Phoenix fox, on Sep 5, 2009 2:00:25 am BST

All you have to do, is put the ping commands one after the other in a batch or cmd file. it's that simple. it'd look like this:

@echo off
ping google.com
ping yahoo.com
ping ask.com

(you can have IPs instead of DNS also, obviously)

as to the 1000 american IPs you obviously are planning a viral attack and should grow a life :D

Reply to Phoenix fox