Saving Test Results Command Prompt PING to Notepad




          For those of you who are working or college in the network must have known the name PING in the command prompt. PING (Packet Internet Groper) is useful for checking the stability of the Internet network or can test whether the PC is connected to other computers. There are times when you will be asked to monitor and report PING results within 9 hours or 1 day. Here's how to save PING cmd result to notepad :

1. Open Command Prompt
2. PING to IP/host using the command prompt with the following format :
ping google.com -t >;D:\coba_PING.txt
-t = Performe PING continuously
>;D: = directory to save file
\coba_PING.txt = File Name
3. If you want to stop press Ctrl + C, cmd will automatically save the result PING to the destination directory
4. Example result PING which i practice



Comments