This is really very important and useful command specially when you have to observe long time Ping status of the network host.Easiest method to save the Ping status as a test file in your computer.
- Open Command Prompt (Start --> Run --->Type "CMD")
- In Command Prompt :-
ping 192.168.172.1 >c:\ping.txt
This will save the ping data to a text file in the drive C
The same way we can take the status of a tracert command on a text file
tracert 192.168.172.1 >c:\trace.txt
No comments:
Post a Comment