I uploaded BIGMEM.ZIP to the PowerPro plugin files area. BIGMEM.DLL exports the function (PowerPro service) bigmem().
Use: bigmem.bigmem("string") or bigmem.bigmem()
where "string" is one of "TotalPhys", "AvailPhys", "TotalPage",
"AvailPage", "TotalVirtual", "AvailVirtual", "Percent",
the default being "AvailPhys".
bigmem.bigmem() returns an integer in the range 0-100 for "Percent"
and an integer number of megabytes otherwise.
- Vince
