How to log ping results via command prompt
cd Desktop
ping techmation.co.uk -n 20 > results.txt
You can change the number from 20 to whatever times you wished to ping.
With code > results.txt we can request CMD to save the results in a file named results.txt
![]() |
Open the results.txt from your Desktop
Handy when you need to log larger results where CMD cannot be displayed all.
![]() |
Comments
Post a Comment