Creating ping cmd automatically using notepad is really easy. Here's how to create it:
1. Open Notepad

2. Wrote on Notepad "ping google.com -t -l 1000"

-t = to ping continuously
-l 1000 = maximum limit ping 1000 data
3. Save As with type data All Files → Create name file "ping.bat"

4. Running file ping.bat with right click → Run As Administator

5. The result will be like the following picture:

Very easy to make ping cmd automatically using notepad, let alone do not have to retype again.
Comments
Post a Comment