I have a batch file that pings 20 servers and writes the output to a .txt file.
My question is: how can I “convert” the data in my .txt to an excel document?
thanks in advance
I have a batch file that pings 20 servers and writes the output to
Share
Write it in comma or tab-separated format. Excel will open that.
Alternatively, use a text processing language. A lot of people like perl for this.
Without more information as to what the output from the version of ping you have is, and what you are already writing out, we can’t help you any more.