This is an old revision of the document!
# 获取Mac地址并显示到页面
`for /f %i in ('getmac^|findstr "Tcpip"^|find "-"') do @echo %i`