I am having some problems with a certain network printer of ours.
I am wanting to take the results of me pinging the printer and write the results to a file. But I would like the ping results to show the time of the ping so I can check the results against the times of the failed prints.
Right now I have:
"ping 192.168.0.203 -t > PingResults.txt"
I have a small network so continously pinging the printer won't be a problem.
Anyone know how I can have the results show the time of the pings?
I am wanting to take the results of me pinging the printer and write the results to a file. But I would like the ping results to show the time of the ping so I can check the results against the times of the failed prints.
Right now I have:
"ping 192.168.0.203 -t > PingResults.txt"
I have a small network so continously pinging the printer won't be a problem.
Anyone know how I can have the results show the time of the pings?