Ping OK but Can't Browse

How to save output of ping command in a text file?

How to save output of ping command in a text file?

How to save the output of "Ping" command in a fixed file. That output you will be use in future.

In dos you can direct it to a file with a ">" to create new or ">>" to append to exisitng

Ping www.google.com >> ping.txt

Comments