2
I am making a script as ping command and I want to get only the response of the sent and received packages, so far only be able to display the ping media using this variable :
for /f "tokens=* delims= " %%i in ('ping -n 4 172.16.7.144^|find "ms"') do set "tempo=%%i"
echo.%tempo%
and I wish one now that only show me the packages sent and received.
Could put the text from the prompt and how you want the output formatted. This makes it easy for people to respond.
– rray
Ewerton, maybe you could do a program on C#, System.Net.Networkinformation.Ping.Send("172.16.7.144");
– Tony