Link to home
Start Free TrialLog in
Avatar of Rajat Sehgal
Rajat SehgalFlag for India

asked on

Ping multipal IP with background Colour changes in windows

Hello Experts,
how does make a bat file for continuous Ping multipal IP with background Colour changes ?
for example:-
start ping -t 192.168.207.11 -l 0
start ping -t 192.168.207.12 -l 0
start ping -t 192.168.207.13 -l 0
start ping -t 192.168.207.14 -l 0
start ping -t 192.168.207.15 -l 0
Avatar of Bill Prew
Bill Prew

Unless this is purely an educational activity trying to learn more about DOS scripting, I would use one of the many freeware Windows ping utilities for this task.  Here are a couple that are worth a look and allow you to see status of a set of nodes.



»bp
Avatar of Rajat Sehgal

ASKER

Sir i need implement with DOS scripting only.
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank You Sir.