Jump to content

Colorful Ping batch File


navratn123

Recommended Posts

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  >:)

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...