Re: Computer Serial Number
Re: Computer Serial Number
- Subject: Re: Computer Serial Number
- From: Fabrizio Costantini <email@hidden>
- Date: Thu, 24 Jul 2008 23:21:54 +0200
Il giorno 24/lug/08, alle ore 23:16, Oakley Masten ha scritto: How can I get the serial number of my computer with AppleScript?
You can insert the shell command
ioreg -l | grep IOPlatformSerialNumber
inside a "do shell script" statement:
do shell script "ioreg -l | grep IOPlatformSerialNumber"
-- Fabrizio Costantini |
_______________________________________________
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