Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: ping a list of computer names

  1. #21
    Senior Member cwk9's Avatar
    Join Date
    Feb 2002
    Posts
    1,207
    Two more free tools to add to the list
    http://sourceforge.net/projects/wnrtool/
    http://www.tools4ever.com/products/free/freeping/

    A ISP I use to work for used a program called whatsup. A little too expensive in my opinion but it can monitor everything under the sun and page the network admin when something fails. Also generates lots of graphs and charts for management.
    http://www.ipswitch.com/products/whatsup/
    Last edited by cwk9; May 31st, 2007 at 05:04 AM.

  2. #22
    Simple one line batch file.

    FOR /F "tokens=1 delims=," %%a in (c:\temp\myiplist.txt) do ping -n 1 %%a >> c:\temp\pinganswers.txt

Similar Threads

  1. General Computer FAQ
    By tyger_claw in forum The Security Tutorials Forum
    Replies: 5
    Last Post: July 20th, 2009, 05:53 PM
  2. Tips
    By XTC46 in forum Site Feedback/Questions/Suggestions
    Replies: 15
    Last Post: August 24th, 2005, 07:52 PM
  3. Intro To Computer Building and Hardware
    By Status in forum Other Tutorials Forum
    Replies: 4
    Last Post: January 4th, 2004, 04:02 PM
  4. 4 steps to making your computer immortal online.
    By ali1 in forum The Security Tutorials Forum
    Replies: 27
    Last Post: January 1st, 2004, 11:59 AM
  5. Computer dictionary
    By ar_wind in forum Tech Humor
    Replies: 0
    Last Post: November 19th, 2003, 01:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •