Ping Output: convert from .txt to excel
I have a batch file that pings 20 servers and write开发者_Python百科s 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
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.
精彩评论