windows批处理命令ping某个网段的ip
摘要:云计算平台巡检的时候,要ping网段192.142.93.1-254,并把结果输出到ip.txt文件中,方便我们提供巡检报表。 for /l %d in (1,1,254) do ping 192.142.93.%d -n 1 >>ip.txt 其中: FOR %variable N (set) D
阅读全文
posted @ 2023-11-17 11:04
posted @ 2023-11-17 11:04
posted @ 2023-05-11 14:06
posted @ 2023-05-10 11:29
posted @ 2023-04-04 20:16
posted @ 2023-03-23 14:34