I can ping all network addresses with something like this:
for /l %%x in (1, 1, 100) do ping 10.1.1.%%x
However, not all addresses are valid, and in that case, it's timeout. Is there any way I can check if the IP exists, to only then ping i...
asked by
23.05.2017 / 16:17