ingilizce pc için
mac.bat oluşturun

@echo off
call :select "Physical Address" "mac"

echo %mac%
goto :eof

:select
    for /f "tokens=2 delims=:" %%i in ('ipconfig /all ^| findstr /i /c:%1') do if not "!%~2!" == "" set "%~2=%%i"
goto :eof
pc ingilizce olduğu için Physical Address in karşılığını bilmiyorum