Re: Hardware Mac Address
Re: Hardware Mac Address
- Subject: Re: Hardware Mac Address
- From: Gnarlodious <email@hidden>
- Date: Sat, 12 Jun 2004 07:56:43 -0600
Entity Armin Egginger spoke thus:
>
set xHwAdd to (do shell script "ifconfig")
More exactly:
do shell script "ifconfig en0 | awk '/ether/ {print $2}' "
if you are connecting through wireless change 'en0' to 'en1'
-- Gnarlie
_______________________________________________
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.