Re: Scripting Apple System Profiler
Re: Scripting Apple System Profiler
- Subject: Re: Scripting Apple System Profiler
- From: Mike Tuller <email@hidden>
- Date: Fri, 22 Dec 2000 13:59:52 -0600
Here is a script that I have worked on and was started by someone else. It
writes the information to a blank file.
>
From: Lance Ogletree <email@hidden>
>
Date: Fri, 22 Dec 2000 07:56:37 -0600
>
To: <email@hidden>
>
Subject: Scripting Apple System Profiler
>
>
Running this simple script :
>
>
tell application "Apple System Profiler"
>
AppleTalk info
>
end tell
>
>
Will give me as part of my result, the machines Hardware Ethernet address.
>
What I am trying to do is to pull that information from the result and store
>
it as a value to a variable called MachineID.
>
>
Once I have that value stored, I want to cross check it against other
>
variables that have Ethernet addresses stored as their values in search of a
>
match.
>
>
Can anyone give me a pointer on how to get the Ethernet address stored as a
>
value in the apple script?
>
>
---------------------------
>
Lance Ogletree
>
New Media & Student Computing MS 119
>
Rice University
>
6100 Main Street
>
Houston, TX 77005
>
>
(713) 348-4008 Office
>
(713) 348-6099 Fax
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
[demime 0.97c removed an attachment of type multipart/appledouble]