How do i delete the output echo in batch?
When i have something like this
echo test
ping 127.0.0.1 -n 1 > nul //using the ping as a pause
"something to delete the echo"
I want to make the executed batch prompt "count down" using the ping as a timed pause.