Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color 4
- title pinger for youtube
- :greeting
- cls
- set /p IP=enter IP::
- :top
- PING -n 1 %IP% | FIND "TTL="
- IF ERRORLEVEL 1 (SET in=0b & echo downed.)
- color %in%
- ping -t 2 0 10 127.0.0.1 >nul
- goto top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement