Does anybody how cam i get the physical address of an ethernet card in windows 2000?
Thank You.
Printable View
Does anybody how cam i get the physical address of an ethernet card in windows 2000?
Thank You.
Hi Paco,
From a command prompt type:
nbtstat -an "IP address here"
or from code:
http://www.mvps.org/vbnet/code/network/macaddress.htm
:)