Ping detail extract

Discussion in 'Windows XP / Older OS' started by cooge, Jun 25, 2008.

  1. cooge

    cooge MDL Novice

    Jun 20, 2008
    19
    0
    0
    Hi

    I run a bat file to ping certain IP addresses 100 times every 4 hours and output the results to a txt file.
    I then have to input these results into an excel file/graph. This is time consuming a lot of time as i do this for 8 different IP addresses.
    I need some king of batch file to strip out all the pings and just leave the results -max, min avg. Or maybe even a better way to output data ( Ive tried excel & csv) rather than to a txt file.
    Any help would be appreciated.
     
  2. offon7544

    offon7544 MDL Expert

    Sep 27, 2007
    1,018
    8
    60
    #2 offon7544, Jun 25, 2008
    Last edited: Jun 25, 2008
    Hi

    No more time to explain you (i'm in spain for work), but for this kind of job, i use nmap with -sP, add a input file for address and create a grepable or xml file in output, all this with one command.

    use nmap !!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...