Batch: Read user response and show percentage of progress

后端 未结 0 1683
既然无缘
既然无缘 2020-12-11 22:47

This Batch scans (pings) IPs in the range 192.168.1.1 to 192.168.1.254.

@echo off
for /l %%i in (1,1,254) do (
echo 192.168.1.%%i              
ping -n 1 -w 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题