当前位置: 代码迷 >> 其他开发语言 >> 批处理的mem是什么命令,该怎么处理
  详细解决方案

批处理的mem是什么命令,该怎么处理

热度:1748   发布时间:2013-02-26 00:00:00.0
批处理的mem是什么命令
如题

------解决方案--------------------------------------------------------
H:\>mem /?
Displays the amount of used and free memory in your system.

MEM [/PROGRAM | /DEBUG | /CLASSIFY]

/PROGRAM or /P Displays status of programs currently loaded in memory.
/DEBUG or /D Displays status of programs, internal drivers, and other
information.
/CLASSIFY or /C Classifies programs by memory usage. Lists the size of
programs, provides a summary of memory in use, and lists
largest memory block available.

H:\>
  相关解决方案