Network Administrator Knowledgebase:

getmac

1

January 29, 2009  10:02 PM

Find MAC Address (GetMac)



Posted by: Michael Khanin
Find MAC Address, getmac

GetMAC provides a quick method for obtaining the MAC (Ethernet) layer address. I've created a small script that rerurens a MAC address (Without delimeter). Here is a content of mac.bat: @Echo off SETLOCAL SET MAC= SET Media=Connected FOR /F...

1