home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / HTMIX20.ZIP / DMI.ZIP / DMI.DOC < prev    next >
Encoding:
Text File  |  1992-07-13  |  2.1 KB  |  59 lines

  1.  
  2.                     ┌────────────────────────┐
  3.                     │  Disk/Memory Programs  │
  4.                     └────────────────────────┘
  5.  
  6.  
  7.  
  8.          ┌──────────────────────┐ MI will provide information about RAM size,
  9.          │        MI 2.0        │ how much of it is in use, and how much is
  10.          │  Memory Information  │ available. If the program is started with
  11.          └──────────────────────┘ the parameter /X, it will give information
  12.          about extended and expanded memory.
  13.  
  14.  
  15.          ┌────────────────────┐ DI will provide information about harddisk 
  16.          │       DI 2.0       │ size, how much of it allocated, and how much
  17.          │  Disk Information  │ is available. Start the program with the
  18.          └────────────────────┘ desired disk drive as parameter. If the disk
  19.          drive parameter is left out, the program assumes the currently active
  20.          drive.
  21.  
  22.            Usage example:  DI C:
  23.  
  24.  
  25.          ┌────────────────────┐ DU will provide information about how much
  26.          │       DU 2.0       │ harddisk space is allocated by each of the
  27.          │  Directory  Usage  │ main sub-directories, and display this info
  28.          └────────────────────┘ in a semi-graphical, scrollable list.
  29.          
  30.          When the program is first started, it will scan the harddisk
  31.          for information. The info will be saved in the file DUINFO.HT
  32.          in the root directory for faster retrieval.
  33.  
  34.          The program is started with the command
  35.  
  36.            DU [Drive:]
  37.  
  38.          where Drive: is the desired disk drive. If this is left out, the
  39.          program assumes the currently active drive.
  40.  
  41.  
  42.          Commands available during program execution are:
  43.  
  44.            F1     ■ Will display a small help screen
  45.  
  46.            F2     ■ Re-scans the harddisk and saves the new information
  47.  
  48.            Alt-N  ■ Sorts the list by directory names
  49.  
  50.            Alt-S  ■ Sorts the list by directory sizes
  51.  
  52.            Alt-I  ■ Gives info about harddisk usage
  53.  
  54.            Alt-D  ■ Changes drive
  55.  
  56.            Esc    ■ Quits program
  57.  
  58.  
  59.