PINGX (AlLyleNo)

xiaoxiao2021-03-06  90

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

转载请注明原文地址:https://www.9cbs.com/read-105747.html

New Post(0)