Rem pingx.bat bulid by Allyesno
@echo off
Echo use: pingx windows'Number ip
Echo EX: PINGX 20 127.0.0.1
IF "% 1" == "" Echo Please enter the number of windows you want to open && goto: EOF
IF "% 2" == "" echo you did not enter IP address && goto: EOF
FOR / L %% I IN (1, 1,% 1) Do Start Ping -t% 2
: END: END