RE: product version not working?
RE: product version not working?
- Subject: RE: product version not working?
- From: "Mike Chambers" <email@hidden>
- Date: Thu, 13 Dec 2001 18:06:40 -0500
ok. so i upgraded to osx 10.1 and the simple scrip below is still not
workign. All that happends is the finder icon bounces in the bar, and then
after a while i get a time out error.
anyone have any ideas on what may be going on?
mike c
email@hidden
>
Subject: product version not working?
>
>
>
I have the following simple AppleScript that simply displays the
>
OS product version:
>
>
tell application "Finder"
>
>
display dialog "-->" & (product version) & "<--"
>
>
end tell
>
>
however, it does not work, as (product version) always returns an
>
empty string.
>
>
does anyone see anything wrong with the script? I am running it
>
on Mac OS X (the first version, no upgrades yet).
>
>
thanks in advance...
>
>
mike c