--------------------------------------------------------------
echo off&cls
wmic nicconfig get ipaddress,macaddress>>abc.txt
-----------------------------------------------------------------
不知道能不能满足你的要求。。
del ip.txt 2>nul
for /f "tokens=2 delims=:" %%i in ('ipconfig/all^|findstr Address') do echo %%i>>ip.txt
ifconfig | grep $your IP > abc.txt
ifconfig | grep $your mac >> abc.txt