Normal script is assume 192.0.2.2 is not use on your network, and wait time is 5000 milliseconds.
To have more time to read you can change timeout in milliseconds to wait for each reply (-w 5000) or Number of echo requests to send (-n 1) in ping command.
ping 192.0.2.2 -n 1 -w 5000 > nul
Pause is good if you want refresh information when press key.
Maybe is good to change Command Prompt windows layout from 80x25 to 80x50.
PS. You can custom scripts like you want/need.
Yes now !!!! but to see the information I had to add the pause you see. Is this correct?