Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title ip Pinger
- echo Welcome Laxe
- echo ------------
- set /p IP=Enter IP:
- :top
- PING -n 1 %IP% | FIND "TTL="
- title ~Pinging:%IP%~
- IF ERRORLEVEL 1 (SET in=c & echo USER IS OFFLINE...) ElSE (SET in=0c)
- color %in%
- ping -t 2 0 10 127.0.0.1 >nul
- GoTo top
- goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement