Windows allows you to send a message, called a ping to other computers in your local network.
If you would like to export the result of a ping command to a text file but don’t know how, this tutorial may help.
How To Automatically Export the Result of a Ping Command
Open the command prompt by going to Start > Run and typing cmd.
Type C:\>ping nameofwebsite.com >> c:\Test.txt -t“.
Your ping command should now be displayed.
