Re: Apple system profiler
Re: Apple system profiler
- Subject: Re: Apple system profiler
- From: Shane Stanley <email@hidden>
- Date: Wed, 08 Nov 2000 08:08:51 +1100
On 8/11/00 3:11 AM +1000, Mike Tuller, email@hidden, wrote:
>
I want to gather information from Apple System Profiler, and have the
>
information put into a tab delimited file.
Try something like this:
tell application "Apple System Profiler"
activate
set report view format to shown on screen -- or text
set report contents to {hardware overview, software overview, network
overview} -- see dictionary for full list
make new report at beginning
save report 1 in (new file with prompt "System report:")
close report 1 saving no
end tell
--
Shane Stanley, email@hidden