I have to generate data on network latency. At the client's request they want a series of pings and trace routes taken between one of their user populations on the East Coast and the proposed dat center on the West Coast.
at this point I can ping and send the results to a text file.
C:\ping HOST IP >c:\testfile.txt
The problem is that each time I run the command it over writes the previous data. I need it to append. i have tried adding /append or append before and after the output file name.
Thanks for your help
at this point I can ping and send the results to a text file.
C:\ping HOST IP >c:\testfile.txt
The problem is that each time I run the command it over writes the previous data. I need it to append. i have tried adding /append or append before and after the output file name.
Thanks for your help