memory

beasscript-logo-small  

memory-object

 

Example:

message=Current Program need <memory.currenttask> KB

 

memory.currenttask

Memory from current task in kB

memory.task=[taskname]

Memory from task name in kB

Example:

message=<memory.task=sqlservr.exe>

memory.physical

total physical memory in kB

memory.available

total available physical memory in kB

memory.diskspace

total disc space on c: in MB

memory.diskspacefree

free disc space on c: in MB

 

Example:

messagebox=Memory-Status:<cr_lf>&

 Current Task = <memory.currenttask> kb<cr_lf>&

 Total Memory = <memory.physical> kb<cr_lf>&

 Free Memory = <memory.available> kb<cr_lf>