mem.txt

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 26 行

TXT
26
字号
                                               MEM [DUAL MODE]
     
     NAME MEM  - Show  the size  of the  largest free block of
     memory.
     
     SYNTAX
     
     mem [/R] | [/V] | [/H | /?]
     
     USAGE
     
     Mem shows  the size  of the largest free block of memory.
     Because OS/2  compacts memory  from time  to  time,  this
     gives a  rough estimate  of the  total available free RAM
     memory.
     
     Following options are recognized:
          - /R =  Report. It  is meant  to be used, if results
          are handled by a program.
          - /V =  Verbose. Shows  the functions  as  they  are
          called. Can be used for learning OS-functions.
          - /?,/H = Help. Displays a short help.
     
     SEE ALSO: Diskfree
     

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?