Re: Hardware Mac Address
Re: Hardware Mac Address
- Subject: Re: Hardware Mac Address
- From: Robert Poland <email@hidden>
- Date: Sat, 12 Jun 2004 07:24:25 -0600
Hi,
does anyone know a way to get the hardware Mac Address of my computer someway?
Ronald
=============================
_______________________________________________
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.
This works for me (OS 10.3.4);
tell application "Finder"
set sysID to "" & ((words 2 thru -1 of (do shell script
"ifconfig en0 | grep 'ether'")) as string)
end tell
display dialog sysID
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.