Re: About This Mac
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