; Get Disk Space on C:
if exist("c:\")
$ds=getdiskspace("c:\")
if ($ds/1024)<500 ;If freespace < 500M
$nul=messagebox("Only "+$ds+"MB of free space on C:","Report",4144)
endif
endif

------------------------------------------

As far as the memory count, I have not seen anything that didn't involve piping the information from a shelled program.

[This message has been edited by Rush LaRue (edited 09 May 2001).]