• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: applescript to get system version
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: applescript to get system version


  • Subject: Re: applescript to get system version
  • From: Graff <email@hidden>
  • Date: Mon, 15 Mar 2004 23:32:43 -0500

Snipped from this Apple web page:
<http://www.apple.com/applescript/uiscripting/01.html>
-----------
set the hexData to system attribute "sysv"
set hexString to {}
repeat 4 times
set hexString to ((hexData mod 16) as string) & hexString
set hexData to hexData div 16
end repeat
set the OS_version to the hexString as string
-----------


-Ken

On Mar 15, 2004, at 3:45 PM, Martha Espinosa wrote:

Does anyone know how I can get the OS version a user is currently running?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


References: 
 >applescript to get system version (From: Martha Espinosa <email@hidden>)

  • Prev by Date: Re: finding newest file in a folder
  • Next by Date: Re: how to eject a firewire drive natively
  • Previous by thread: Re: applescript to get system version
  • Next by thread: Re: applescript to get system version
  • Index(es):
    • Date
    • Thread