Ping multiple hosts and/or IPs by opening multiple cmd windows.
This implementation bases on VBS(Microsoft Visual Basic Script Edition).
- WINDOWS system.
- high-definition monitor.
-Start:
double click multiping.vbs
(ping multiple hosts and/or IPs by opening multiple cmd windows)
-Stop:
double click kill.bat
(close all cmd windows)
Please edit the file named address.txt. If you want to open m * n cmd windows, the file should be like:
"address.txt"
m n
www.example1.com
www.example2.com
10.0.0.1
10.0.0.2