home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / sysinfo / mem3.lzh / MEM.DOC next >
Text File  |  1988-03-27  |  3KB  |  54 lines

  1.  
  2.  
  3.  
  4.                                     ABOUT MEM.EXE v 3.0
  5.  
  6.      CHANGES: Mem now evaluates whether or not you are operating in a windowed 
  7.         environment, using the fastest possible video access.  DOS redirection 
  8.         is not allowed.  Scrolling is improved.
  9.                                           
  10.      MEM is a general memory analysis program.  It tells you your DOS speed (not
  11.         processor speed), breaks down your memory arenas, tells you the size and
  12.         amount available of all disk drives, expanded memory, and system memory.
  13.      
  14.      Syntax:
  15.         MEM [d:]
  16.              ^ last valid drive in your system
  17.                                           
  18.                                      LAST DRIVE
  19.      
  20.      MEM looks at all the drives (from A: to Z:).  Sometimes, this is not
  21.         desirable.  For that reason, you may specify the last valid drive on the
  22.         command line.  Also, you may enter "SET LastDrive=d:" into DOS for the
  23.         same purpose.
  24.      
  25.                                         DISPLAY
  26.  
  27.      Mem splits the screen into three section.  The three sections are DOS
  28.         speed, Drive/Memory size, Memory arenas.
  29.      
  30.      DOS SPEED:  This operation finds out how many times DOS can calculate the
  31.         current time in one second.  This is a pretty good test to see how much
  32.         processor time is stollen by resident programs and routines.
  33.  
  34.      DRIVE/MEMORY SIZE:  Each drive is accessed and displayed for disk size and
  35.         amount still available.  If the drive is not active, then it is simply
  36.         skipped.  Then expanded memory is surveyed.  WARNING::: Be sure that
  37.         CMOS know whether you have expanded memory (AT machines only).  Then the
  38.         amount of system memory available to COMMAND.COM is displayed.  The
  39.         final piece (amount of system memory is available) is calculated and
  40.         displayed.
  41.  
  42.      MEMORY ARENA:  COMMAND.COM splits your memory up into blocks (arenas).
  43.         Each arena is owned by a program that you have executed.  MEM finds this
  44.         arena and tracks through the arenas.  You find out the hex paragraph
  45.         number on which the arena is located and it's size.  If a multitasking
  46.         environment is in place, then it will also track most of that
  47.         environment too (although it isn't very useful).
  48.  
  49.  
  50. ==================
  51.      GEnie:       D.Boteler
  52.      Compuserve:  74666,701
  53.      Postal:      26785 Ironwood   Moreno Valley   CA   92360
  54. ==================