• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apple system profiler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Apple system profiler (From: Mike Tuller <email@hidden>)

  • Prev by Date: Re: Simple scripting problem?
  • Next by Date: Re: Quark & Applescript
  • Previous by thread: Re: Apple system profiler
  • Next by thread: Re: Apple system profiler
  • Index(es):
    • Date
    • Thread