Re: Scripting Apple System Profiler
Re: Scripting Apple System Profiler
- Subject: Re: Scripting Apple System Profiler
- From: Frank Watzl <email@hidden>
- Date: Sat, 23 Dec 2000 11:39:15 +0100
At 7:56 Uhr -0600 22.12.2000, Lance Ogletree wrote:
>
>
Can anyone give me a pointer on how to get the Ethernet address stored as a
>
value in the apple script?
tell application "Apple System Profiler"
set ATinfo to AppleTalk info
set adr to AppleTalk address of ATinfo
end tell
display dialog adr
--end script
Frank Watzl