如何通过批处理实现,判断现有IP地址

2025-01-24 07:28:05
推荐回答(1个)
回答1:

ipconfig ^| find /i "ip address"
if %errorlevel% equ 0 (echo y) else echo n