Re: ASystem Info oddity
Re: ASystem Info oddity
- Subject: Re: ASystem Info oddity
- From: John Baltutis <email@hidden>
- Date: Wed, 10 Jun 2009 12:49:26 -0700
On 6/10/09, Yvan KOENIG <email@hidden> wrote:
>
> Yesterdays I asked my correspondant to run:
>
> set sysinfo to (system info)
> set CPUtype to CPU type of sysinfo
> set intelInside to CPUtype contains "Intel"
>
> I didn't embedded it in a tell System Events as it's a Standard
> Addition instruction.
>
> It failed on the second instruction.
Try this:
set x to system info
set y to first word of CPU type of x
display dialog y
->Intel
_______________________________________________
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