>>184 もっと具体的に

>>183
set "c=netsh interface show interface"
for /f "skip=2 tokens=4*" %%i in ('%c%') do echo "%%i"