Finding out the amount of Ram installed on a computer

Ken Ray kray at sonsothunder.com
Wed Jul 4 09:31:32 EDT 2007


On Wed, 04 Jul 2007 14:32:30 +0200, Malte Brill wrote:

> Hi all,
> 
> is there a cross platform solution to find out how much Ram is 
> installed on the computer a Rev app is running on?
> 
> All pointers highly appreciated.

You can use shell("mem") for Windows, and shell("system_profiler 
SPMemoryDataType") on OS X, and parse them out.

Ken Ray
Sons of Thunder Software, Inc.
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/



More information about the use-livecode mailing list