home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / DAAG23.ZIP / DAAG.DOC next >
Encoding:
Text File  |  1990-08-16  |  8.1 KB  |  213 lines

  1. Program           : DAAG (Disk-at-a-Glance)  Version 2.32.
  2. -------
  3.  
  4. Release Date      : Aug 1990.
  5. ------------
  6.  
  7. Purpose           : To provide an easy to use "map" of your hard disk.
  8. -------
  9.  
  10.  
  11. Overall Features : - Tree-structured Directory Map
  12. ----------------   - Useful statistics relating to File and Directory Size
  13.                    - Shows Hidden Directories
  14.                    - Finds Duplicate programs and files
  15.         (NEW)      - Piechart (requires EGA or VGA Graphics!)
  16.         (NEW)      - Contains a file BROWSE program (SHOW.EXE)
  17.         (NEW)      - Installation Program to Customize Colors
  18.         (NEW)      - Includes On-Line Help
  19.         (NEW)      - Duplicate List can be saved to Disk (file name is DAAG.DUP)
  20.  
  21.  
  22. Quick Start       :  type "DAAG" at the DOS prompt; then READ THE SCREEN!
  23. -----------
  24.  
  25. New in Vrsn 2.31  :
  26. -------------------
  27.                    - Another Bug fix: Some directories were erroneously
  28.                      showing ZERO bytes!
  29.                    - DAGINST has a "Reset Default Color" option (F3).
  30.                    - DAGINST checks for presence of DAAG.EXE before accepting
  31.                      new colors.
  32.                    - Ocassional breaks in TREE connecting lines has been fixed.
  33.  
  34.  
  35. Warranty:
  36. ---------
  37.  
  38. There is no warranty, period.
  39. Steve Leonard specifically disclaims all warranties, expressed or implied.
  40.  
  41. Use this product at your own risk.
  42.  
  43. In no event shall Steve Leonard be liable for any loss of profit, or any other
  44. damages or loss incurred because of this product.
  45.  
  46.  
  47. Distribution of this program:
  48. ----------------------------
  49.  
  50. This program may be used by anyone FREE of charge. Additionally, it may
  51. be distributed by Shareware companies for a reasonable fee.
  52.  
  53. The only requirement is that this DOC file is included, and not altered.
  54.  
  55. Anyone who finds this program of value is encouraged to make a VOLUNTARY
  56. DONATION to the author; those sending $10 or more will receive a free update
  57. IF ONE IS WRITTEN, but there is no guarantee that an update will ever be
  58. written.
  59.  
  60.  
  61. Full Description
  62. ----------------
  63.  
  64. If you're like me, you are forever running out of disk space and');
  65. looking for something "BIG" to delete to free up some space.');
  66.  
  67. This program was written to enable you to quickly see how your');
  68. disk is allocated, and where those "DISK HOGS" are.');
  69.  
  70. Use the UP and DOWN ARROW KEYS, as well as PGUP, PGDN,HOME, and END');
  71. to scroll through the directory map (if your disk has more');
  72. directories that can fit in the main widow).');
  73.  
  74.                          File Summary by Extension
  75.                          -------------------------
  76.  
  77. Hitting ENTER from the main screen will give you a summary of');
  78. the highlighted directory - displaying a scrolling window of');
  79. files and sizes, grouped by EXTENSION.');
  80.  
  81.                      A note on adding up the file sizes
  82.                      ----------------------------------
  83.  
  84. Notice that the sum of all directories is not exactly equal');
  85. to the total disk size minus the space available. This is because');
  86. DOS allocates file space in CLUSTERS, so that a 20 byte batch file');
  87. will actually use 4096 bytes (depending on cluster size).');
  88.  
  89.  
  90.                          File List by Extension
  91.                          ----------------------
  92.  
  93. Hitting enter again opens up a third scrolling window of FILE NAMES
  94. containing the hilighted extension. This window is also sortable by
  95. FILENAME or by SIZE.
  96.  
  97. Individual files in this third scrolling window may be deleted
  98. by hitting the DEL key.
  99.  
  100.                              File Browse
  101.                              -----------
  102.  
  103. Hitting ENTER when in the third scrolling window will allow you
  104. to BROWSE the highlighted filename, provided that you have a
  105. browse program named "SHOW.COM" or SHOW.EXE available along your search PATH.
  106.  
  107. Any browse program that is a COM file, and expects the filename
  108. on the command line should work. Just make a copy of it in a
  109. directory that is in your PATH, and rename the copy as "SHOW.COM".
  110.  
  111. One of the best browse programs available is a shareware program
  112. named LIST.COM, by Vernon Buerg, 456 Lakeshire, Daly City, CA 94015.
  113. Most BBS's carry this excellent program.
  114. LIST can be called from DAAG nicely; just remember to rename it
  115. "SHOW.COM", and have it in your PATH.
  116.  
  117.                               SHOW.EXE
  118.                               --------
  119.  
  120. For people that do not have LIST.COM, enclosed with DAAG is a workable
  121. but limited browse program called "SHOW.EXE". It is not as good as
  122. LIST.COM, but is included for anyone who does not have a stand alone
  123. browse program.
  124.  
  125.                         F2 - The SAVE option
  126.                         --------------------
  127.  
  128. Hitting F2 from the first scrolling window will SAVE the current tree
  129. map to a disk file named "DDyymmdd.DAG", where yymmdd represent the
  130. current date. This file is always saved into the ROOT directory.
  131.  
  132.                            DUPLICATE FILES
  133.                            ---------------
  134.  
  135. From the first scrolling window (of directories), you may hit the F3 key,
  136. to get another scrolling window of duplicate files.
  137. However, files CANNOT be DELETED from this window.
  138.  
  139.  
  140.                                PIECHART
  141.                                --------
  142.  
  143. Hit F4 to get a piechart of the top 16 directories by number of bytes
  144. of disk used. If you have more than 16 directories, then the smallest
  145. ones are grouped collectively under "Other".
  146.  
  147. This option requires an EGA or VGA monitor.
  148.  
  149.  
  150.                      REPORTING on a DIFFERENT DRIVE
  151.                      -------------------------------
  152.  
  153. The program accepts a different drive as a command line parameter. By typing
  154. "DAAG A:" for example, it will operate on the "A" drive. If the requested
  155. drive is not ready, it will then operate on the current drive.
  156.  
  157. I have had a bug report on this feature not working; all I can say is that
  158. my own system has a "C" and a "D" drive, and it works. Unfortunately, if I
  159. don't have the same driver and drive configuration as the problem, I cannot
  160. test (or fix!) this problem.
  161.  
  162.  
  163.                            Customizing DAAG
  164.                            ----------------
  165.  
  166. Included with DAAG is a program called "DAGINST.EXE". Use it to change
  167. DAAG's default colors, and to eliminate the need to
  168. "press enter to continue..." after the opening DAAG screen.
  169.  
  170. Just type DAGINST and use the arrow keys on the numeric keypad to select
  171. the color combination for the specified functions.
  172.  
  173. Note that for some color selections, you are restricted to a certain row or
  174. column of colors - because, for example, you are selecting an "enhanced"
  175. color for the HELP screen, and the HELP Screen background color has
  176. already been chosen! So if the Left or Right arrows seem to "not work", then
  177. first try the Up and Down arrows (or vice versa), before assuming the
  178. program is hung!
  179.  
  180. You may quit DAGINST at any point by hitting the ESC key. None of the
  181. selections will be "installed" into DAAG if you use the ESC key.
  182.  
  183. After the last prompt is answered ("...Do you want to have to Hit
  184. Enter to continue..."), the choices selected are incorporated into
  185. DAAG - they are written directly into the DAAG.EXE file.
  186.  
  187.  
  188.                           MEMORY REQUIREMENTS
  189.                           -------------------
  190.  
  191. DAAG requires about 390k of memory. If you plan to use the BROWSE function,
  192. then you will need additional memory. The included browse program,
  193. SHOW.EXE, requires approximately 131k of memory, making
  194. TOTAL MEMORY REQUIREMENTS about 521k. Luckily it is not a TSR!
  195.  
  196. DAAG has several tables in memory, that hold directory and file information.
  197. The maximum number of directories DAAG can hold (1st window) ..... 200;
  198.     maximum different extensions in a directory (2nd window)...... 250;
  199.     maximum files with the same extension (3rd window)............ 400;
  200.     maximum number of files on disk (for duplicate checking)..... 4000;
  201.  
  202. Note: IF these maximums are exceeded, DAAG should still work, but it will
  203. give a warning message that not all files are available for display.
  204.  
  205.  
  206.                              Steve Leonard
  207.                              260 Dunbar Rd.
  208.                              Hilton, NY 14468
  209.  
  210.  
  211.  
  212.  
  213.