/multiping

Ping multiple hosts and/or IPs by opening multiple cmd windows

Primary LanguageVisual BasicGNU General Public License v3.0GPL-3.0

Multiping(windows)

Ping multiple hosts and/or IPs by opening multiple cmd windows.
This implementation bases on VBS(Microsoft Visual Basic Script Edition).

Requirements

  1. WINDOWS system.
  2. high-definition monitor.

Usage

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

Configuration

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

License

GNU General Public License v3.0