Advertisement
Guest User

BEST IP PINGER

a guest
Mar 6th, 2020
24,666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. @echo off
  2. title IP PINGER
  3. mode con:cols=125 lines=55
  4. echo =================================
  5. echo Made By:
  6. echo @gloxkkkkk
  7. echo =================================
  8. set /p IP=Enter IP:
  9. :top
  10. PING -n 1 %IP% | FIND "TTL="
  11. IF ERRORLEVEL 1 (SET in= & echo [ %IP% ] IS OFFLINE...)
  12. color %in%
  13. ping -t 2 0 10 127.0.0.1 >nul
  14. GoTo top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement