Ping Multiple IPs with a Batch file:-
------------------------------ ---------
@echo off
start cmd /k Ping 10.0.0.1
start cmd /k Ping 10.0.0.2
start cmd /k Ping 10.0.0.3
Copy it in notepad and save as .bat file.
------------------------------
@echo off
start cmd /k Ping 10.0.0.1
start cmd /k Ping 10.0.0.2
start cmd /k Ping 10.0.0.3
Copy it in notepad and save as .bat file.
No comments:
Post a Comment