navratn123 Posted August 8, 2012 Report Posted August 8, 2012 This is a Colorful Ping Batch File For windows....... i am not owner for this but I just found on internet...... and i edited with My skills.... What is diifrence Between original and edited..... 1. in original "Request Timed Out" in edited version "Failed to Connect to internet or DNS server" 2. The color effect are fast when switched to failed to connect...... 3. Fast Ping service means time between not found an reply is less that's why u can inform faster then Original...... [glow=red,2,300] Screenshot[/glow] http://forum.gizmolord.com/index.php?action=dlattach;topic=5127.0;attach=11713;image [glow=red,2,300]Copy and paste this code in Notepad and save as ping.bat..........[/glow] :: Batch Script :: color Ping :: Code By Anurag Modified By Navratn123 echo off & cls set /p IP=Enter your IP Address : :top PING -n 1 %IP% | FIND "TTL=" IF ERRORLEVEL 1 (SET OUT=4F & echo Failed to connect to Internet or DNS server.) ELSE (SET OUT=2F) color %OUT% ping -n 2 -l 10 127.0.0.1 >nul GoTo top Enjoy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.