作者:chyangyong | 时间:2006-03-20 09:12 | 标题:[求助]如何在DOS下获取网卡的MAC地址?
RT,在安装了网卡的驱动并且联接到网络后,如何利用驱动来获取网卡的MAC地址?
作者:a1001 | 时间:2006-03-20 10:34
ipconfig 不知道可不可以,试一下吧
作者:chyangyong | 时间:2006-03-20 13:20
ipconfig是windows下的
作者:meokgo | 时间:2006-03-25 18:25
input the command: ipconfig/all
作者:areyong | 时间:2006-04-11 22:59
运行网卡的 PKTDRV
就可以直接显示出网卡的MAC地址。
也可以在DOS下,不加载任何驱动,编程获得网卡的MAC地址。
网上有直接获得8029网卡地址的C语言源代码。