联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off&setlocal enabledelayedexpansion for /f "tokens=2 delims=:" %%a in ('ipconfig/all^|find /i "ip address"') do ( set a=%%a if "!a:~0,13!"==" 192.168.1.10" ( set/a n+=1 set ip_!n!=!a:~1,-1! ))
[code]@echo off&setlocal enabledelayedexpansion for /f "tokens=2 delims=:" %%a in ('ipconfig/all^|find /i "ip address"') do ( set a=%%a if "!a:~0,13!"==" 192.168.1.10" set ip=!a:~1,-1! )