Showing posts with label cmd. Show all posts
Showing posts with label cmd. Show all posts

Wednesday, 7 November 2012

How to export the result of ping command

crackthesecurity | 06:38 | | | | Be the first to comment!

Step 1

Open the command prompt WINDOWS + R

Step 2

Type the following command C:\>ping nameofwebsite.com >> c:\Test.txt -t
For example if you want to ping google.com
C:\>ping google.com/>> c:\Test.txt -t
Read More...