Hey guys,

Is there any other way of collection system information like

 - OS version
 - processor speed and architecture
 - RAM

other than calling

   system_profiler -xml > system.plist
   system_profiler -detailLevel mini -xml > system.plist
system_profiler SPHardwareDataType SPMemoryDataType -xml > system.plist

and then reading and accessing that dictionary?

For OS version I found

 http://www.cocoadev.com/index.pl?DeterminingOSVersion

Any other suggestions? Calling the system profiler and reading/parsing a temp file feels quite clumsy.

cheers
--
Torsten
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to