On 6/04/2011, at 9:10 AM, Robert Rice wrote:

> Hi Gang:
> 
> Could anyone help me to read the computer's serial number from a MacRuby 
> program. Since I don't know Objective C, I haven't been able to figure out 
> how to access it.

system_profile = `system_profiler SPHardwareDataType`
serial_number = system_profile.match(/Serial Number.*: (.*)/)[1]

Henry


_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to