home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro64 / diskleft.doc < prev    next >
Encoding:
Text File  |  1992-11-23  |  8.9 KB  |  164 lines

  1.                                  DISKLEFT                        Version 2.5
  2.                                                                  24 Nov 1992
  3.  
  4.  
  5.             DiskLeft, a Single-Screen Smart Disk Space Summary.
  6.             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.           A Free Product from the Makers of Personal Calendar(tm).
  8.  
  9.  
  10.           ╔══════════════════════════════╤═══════════════════════╗
  11.           ║  Paul Muñoz-Colman           │  TECHNICAL SUPPORT:   ║
  12.           ║  FunStuff Software           │  Voice 703-435-1110   ║
  13.           ║  11645 Charter Oak Court     │        703-693-5227   ║
  14.           ║  Suite 201                   │   FAX  703-435-3130   ║
  15.           ║  Reston, VA  22090-4526  USA │ CompuServe 71141,1224 ║
  16.           ╚══════════════════════════════╧═══════════════════════╝
  17.  
  18.  
  19. Purpose:    DISKLEFT is a program to quickly display a profile of all logical
  20. ~~~~~~~     drives of your hard disks, correct to the byte.
  21.  
  22. Operation:  At the DOS prompt, type:
  23. ~~~~~~~~~
  24.               DISKLEFT            for hard drives and network drives only
  25.               DISKLEFT /floppy    to additionally show drives A: and B:
  26.               DISKLEFT /mono      for forced monochrome display (for laptops)
  27.  
  28. Output:     The display from DISKLEFT is shown below:
  29. ~~~~~~
  30.  
  31. ┌────────────────────────────────────────────────────────────────────────────-┐
  32. │       Disk Space Summary, Version 2.5        (in millions of bytes)         │
  33. │       Copyright 1990-1992 by FunStuff Software. All rights reserved.        │
  34. │                                                                             │
  35. │    Capacity    Available     Used           Capacity    Available    Used   │
  36. │   ──────────  ──────────  ──────────       ──────────  ──────────  ──────── │
  37. │                                       │ N  105.906176  50.319360  55.586816 │
  38. │                                       │ O            (not configured)       │
  39. │C  105.906176   63.727616   42.178560  │ P            (not configured)       │
  40. │D   84.938752   18.694144   66.244608  │ Q            (not configured)       │
  41. │E  105.906176   50.319360   55.586816  │ R            (not configured)       │
  42. │F   83.908608   28.219392   55.689216  │ S            (not configured)       │
  43. │G   83.908608   31.954944   51.953664  │ T            (not configured)       │
  44. │H   83.394560    6.883328   76.511232  │ U            (not configured)       │
  45. │I    6.807552    6.154240    0.653312  │ V            (not configured)       │
  46. │J           (not configured)           │ W            (not configured)       │
  47. │K           (not configured)           │ X            (not configured)       │
  48. │L           (not configured)           │ Y            (not configured)       │
  49. │M           (not configured)           │ Z            (not configured)       │
  50. │                                                                             │
  51. │   547.962880  199.798784  348.164096   Total Fixed Drives                  │
  52. │   105.906176   50.319360   55.586816   Total Network Drives                │
  53. │   653.869056  250.118144  403.750912   Grand Total Fixed & Network Drives  │
  54. │                                                                             │
  55. │     (To include drives A: and B: type DISKLEFT /FLOPPY)                     │
  56. └────────────────────────────────────────────────────────────────────────────-┘
  57.  
  58.  
  59. Color Configuration File DISKLEFT.CFG
  60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. Colors are preconfigured, but may be changed to suit your taste in a 
  62. configuration file, called DISKLEFT.CFG.  This file must reside in the 
  63. directory in which you install DISKLEFT.EXE (if running under DOS 3 or later),
  64. or in the current directory (under DOS 2).
  65.  
  66. DISKLEFT.CFG is created if it is not found.  DISKLEFT.CFG contains 
  67. instructions to modify the default color set.  
  68.  
  69. This is the contents of the default file:
  70.  
  71. ┌────────────────────────────────────────────────────────────────────────────-┐
  72. │   SETCOLOR                                                                  │
  73. │   0,2,1,11,9,4,10,15,14                                                     │
  74. │                                                                             │
  75. │   This is DISKLEFT's color configuration file.  Only the first              │
  76. │   two lines above are meaningful to the program.  You may change            │
  77. │   the values in them, using your favorite ASCII editor.  Follow             │
  78. │   the instructions below.  The values represent:                            │
  79. │                                                                             │
  80. │   On line 1:                                                                │
  81. │     SETCOLOR or SETMONO (if you want to force monochrome)                   │
  82. │                                                                             │
  83. │   On line 2 (separated by commas, in the order listed):                     │
  84. │     Common background color                                                 │
  85. │     Fixed data areas                                                        │
  86. │     SUBSTituted/ASSIGNed Drives                                             │
  87. │     Fixed drives                                                            │
  88. │     Network drives                                                          │
  89. │     Unavailable drives                                                      │
  90. │     Floppy drives                                                           │
  91. │     RAM drive                                                               │
  92. │     Grand total (shown only if you have network drives)                     │
  93. │                                                                             │
  94. │   The numbers on line 2 are color values and mean this:                     │
  95. │                                                                             │
  96. │     0  Black               8  Grey                                          │
  97. │     1  Blue                9  Light Blue                                    │
  98. │     2  Green              10  Light Green                                   │
  99. │     3  Cyan               11  Light Cyan                                    │
  100. │     4  Red                12  Light Red                                     │
  101. │     5  Magenta            13  Light Magenta                                 │
  102. │     6  Brown              14  Yellow                                        │
  103. │     7  White              15  Bright White                                  │
  104. │                                                                             │
  105. │   The only restriction imposed is the common background color               │
  106. │   cannot be the same as any of the other colors.  If this                   │
  107. │   occurs, the default colors will be set.                                   │
  108. └────────────────────────────────────────────────────────────────────────────-┘
  109.  
  110. NOTE:  If you use the SETMONO option to force monochrome (or the /MONO command
  111. line option), your color choices will be ignored.
  112.  
  113.  
  114. Distribution:  
  115.  
  116. DISKLEFT is Copyright 1990-1992 Paul Muñoz-Colman, a free product of
  117. FunStuff(tm) Software.  
  118.  
  119. DISKLEFT is not shareware; it cannot be registered.  DISKLEFT may be
  120. distributed to anyone, providing that no fee is charged, except a nominal
  121. distribution fee by for-pay BBSs or disk vendors.
  122.  
  123. DISKLEFT is provided without warranty of any kind; the author assumes no
  124. liability for its use in any situation.  
  125.  
  126. History:
  127.  
  128.  . 2.5  - Colored indicators added for: 
  129.              Floppy drives:           bright green
  130.              Network drives:          bright blue
  131.              SUBST/ASSIGNed drives:   dark blue
  132.              RAMdrives:               white
  133.              Unavailable drives:      red
  134.              Grand total:             yellow
  135.         - Color configuration file.
  136.         - /MONO option for laptops to force monochrome.
  137.         - Separate totals for fixed & network drives, and grand total.
  138.         - Differentiates between drives which are unavailable and 
  139.             not configured.
  140.         - Senses use of device DRIVER.SYS for alternate floppy drives.
  141.         - /? help option for syntax
  142.         - Many cosmetic improvements.
  143.  . 2.4  - Correct abort if program is started from a network drive.
  144.  . 2.2  - Corrected reversal of "X" and "Y" drive labels.
  145.  . 2.1  - Restore DOS environment colors upon program termination.
  146.  . 2.0  - First public release; cosmetic changes to the screen colors.
  147.  . 1.0  - Initial release.
  148.  
  149. --------------------------------------------------------------------------
  150.  
  151.       By FunStuff Software, publishers of Personal Calendar, DiskLeft,
  152.           Subjects, ATOSEdit, and other quality software.
  153.  
  154. --------------------------------------------------------------------------
  155.  
  156.  
  157.        Copyright 1990-1992 by FunStuff Software. All rights reserved. 
  158.  
  159.             Member, Association of Shareware Professionals (ASP) 
  160.  
  161.  
  162.  
  163.                          END OF FILE DISKLEFT.DOC
  164.