How do I get the MAC address of a network card using Delphi?

前端 未结 4 1927
我在风中等你
我在风中等你 2020-12-18 05:24

How do I get the MacAddress of an Network Card using Delphi ?

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-18 05:49

    without knowing almost anything at all about delphi, how about running %system32%\ipconfig.exe /all and parsing the output?

提交回复
热议问题