-- small script that will speak the version of Mac OS X -- from "Mac OS X Internals", ISBN 0321278542 -- page 125 -- The source is being made available "as is" under the GNU General Public License (GPL). tell application "Finder" set system_version to (get the version) say "[[emph +]]Cool. This is Mac OS" & system_version end tell