Re: Hardware Mac Address
Re: Hardware Mac Address
- Subject: Re: Hardware Mac Address
- From: John Baltutis <email@hidden>
- Date: Sat, 12 Jun 2004 16:57:36 -0700
On 06/12/04, Ronald Hofmann <email@hidden> wrote:
>
>
does anyone know a way to get the hardware Mac Address of my computer
>
someway?
AFAIR, the Mac address is the Ethernet address shown in the System
Profiler. This should do it for you:
do shell script "system_profiler SPNetworkDataType | grep 'Ethernet Address:'"
set macadd to text from word 3 to last word of result as string
display dialog "MAC address is " & macadd
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.