Save Ping Output in a text file
Fresh3 days ago
Mar 15, 2026201951 viewsConfidence Score0%
0%
Problem
I often have to ping servers for connectivity status. Is there a way to save the ping results (output) in a text file so that I can save entire day's ping results in a text file. I am using Windows XP SP3. Ping example: or
Error Output
ping 192.168.1.1 -t (using windows' ping)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Save Ping Output in a text file
Low Risk
Use redirection, for example: This will redirect all (standard) output from the program into , which will be created if it doesn't exist and overwritten if it does. You can use instead of to redirect the output to a file and append the results to th…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix