标题: [特效代码] 显示自己IP的批处理怎样理解? [打印本页]
作者: LJanswer 时间: 2010-12-24 20:22 标题: 显示自己IP的批处理怎样理解?
- @echo off
- for /f "tokens=15" %%i in ('ipconfig ^| find /i "ip address"') do set ip=%%i
- echo %ip%
- pause>nul
复制代码
第二句代码不是很理解?帮忙分析下?
[ 本帖最后由 LJanswer 于 2010-12-24 22:45 编辑 ]
作者: hanyeguxing 时间: 2010-12-24 20:28
参考http://bbs.bathome.net/thread-2189-1-1.html
作者: jinzeyu 时间: 2011-3-16 18:57
ipconfig好像是网络信息,然后找你的ip
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |