Batch Pinging, Finding Empty ip Addresses, Batch Pinging ip Block:
We can say that a simple command directory has been prepared to find out which addresses are empty in an ip block, it is very useful and can be used in many areas.
First of all, let's learn our command:
for /L %i in (1,1,254) do ping -n 2 -w 250 192.168.1.%i>> C:\ip.txt
Hiç yorum yok:
Yorum Gönder