Facebook
From vkie, 1 Year ago, written in Ruby.
This paste is a reply to Ip Pinger Code from Timeout - view diff
Embed
Download Paste or View Raw
Hits: 182
  1. set /p IP=Enter Ips To Ping:
  2. :top
  3. PING -n 1 %IP% | FIND "TTL="
  4. title :: Pinging: %IP% ::
  5. IF ERRORLEVEL 1 (echo Downed.  )
  6. set /a num=(%Random%%%9)+1
  7. color %num%
  8. ping -t 2 0 10 127.0.0.1 >nul
  9. GoTo top

Replies to Re: Ip Pinger Code rss

Title Name Language When
Lucky Pinger lucky text 1 Year ago.