• 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: About This Mac
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About This Mac


  • Subject: Re: About This Mac
  • From: Yvan KOENIG <email@hidden>
  • Date: Thu, 20 Oct 2005 14:39:55 +0200


Le 20 oct. 2005 , à 3:52, Rhon Fitzwater a écrit :

I would like to have a window in my application include the same information that the About this Mac windows shows.
I.E:
System Version: 10.4.2
Build Number: 8C46
Processor: 1.5 GHz PowerPC G4
Memory: 1.25 GB DDR SDRAM


How can I get the information?


With plain AppleScript, it may look like:

tell application "System Profiler"
	set pro to system profile
	quit
end tell -- to system profiler

There is a new scheme available since 10.4 delivery.

A new system info command has been added that returns a record containing information about the system. [3611016]


Yvan KOENIG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >About This Mac (From: Rhon Fitzwater <email@hidden>)

  • Prev by Date: Re: Days and hours
  • Next by Date: Re: Days and hours
  • Previous by thread: Re: About This Mac
  • Next by thread: Re: About This Mac
  • Index(es):
    • Date
    • Thread