Re: Determining OS Version
Re: Determining OS Version
- Subject: Re: Determining OS Version
- From: Steve Thompson <email@hidden>
- Date: Sun, 24 Jan 2010 21:12:26 +0000
Try hitting "Reply to all" this time.... On 24 Jan 2010, at 19:49, Steve Thompson wrote: On 24 Jan 2010, at 18:43, Luther Fuller wrote: But is this the "best place" to get this information? I don't know. This is how I achieve a similar request but I don't know if it's the "best" - just works for me!
tell application "Finder" to set OSVersion to version if (do shell script "uname -m") = "i386" then set hardware to "Intel" else set hardware to "PPC" end if
Steve
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden