home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / DSPAC16A.ZIP / DSPACE.DOC next >
Encoding:
Text File  |  1989-11-24  |  3.7 KB  |  73 lines

  1. DSPACE - Directory Space Allocation          Version 1.6a            25-Nov-89
  2. ------------------------------------------------------------------------------
  3.  
  4. DSPACE is a program that prints a graph showing how much space each directory
  5. on your hard disk uses. To run DSPACE, simply change to the drive you wish to
  6. check and enter DSPACE. (note that DSPACE must be accessable through your
  7. path, or you must specify where to run it from). You may also redirect DSPACE's
  8. output to a file or to the printer.
  9.  
  10. You can specify switches on the command line to activate special features
  11. of the program. Specify a switch on the command line with a slash (/) and the
  12. switch letter you want. If you want to use multiple switches, specify each
  13. one seperately. For example, DSPACE D: /N would give you a directory space
  14. allocation graph for drive D, but without the program header. The currently
  15. valid switches are:
  16.  
  17.           /E   This switch will cause a graph organized by file extensions
  18.                rather than subdirectories. In this way, you can see what
  19.                types of files take up the most space.
  20.  
  21.           /N   If you specify this switch, DSPACE will not print the
  22.                program heading.
  23.  
  24.           /S   Use this switch to use standard ASCII characters instead of
  25.                the IBM graphics characters that are normally used to produce
  26.                the graph. This switch is particularly useful if you are
  27.                redirecting the output to a printer which does not have the
  28.                IBM graphics character set.
  29.  
  30.           /1   This switch causes the output to be formatted 132 columns wide
  31.                rather than the standard 80. This is useful for printing the
  32.                graph on a printer with condensed print, as you will get
  33.                better resolution and less error due to scaling. It is left up
  34.                to you to make sure the printer is in the proper printing mode.
  35.  
  36.           /2   This switch is just like /1, except that the output is
  37.                formatted for 255 columns, rather than 80 or 132.
  38.  
  39. You can also instruct DSPACE to look at a particular drive/subdirectory. You
  40. do this by specifying the drive/subdirectory to use after the DSPACE command.
  41.  
  42. Some examples of DSPACE commands:
  43.  
  44.           DSPACE                        Give graph for whole current disk
  45.           DSPACE D: >PRN /S /N /1       Give graph for whole drive D on printer
  46.                                         using standard ASCII characters. No
  47.                                         program heading information will be
  48.                                         printed. Graph will be 132 columns.
  49.           DSPACE \DATA /S               Give graph for \DATA and it's subdirs
  50.                                         using standard ASCII characters.
  51.           DSPACE D:\WORK                Give graph for D:\WORK and it's subdirs
  52.  
  53. DSPACE draws a 'stacked' bar graph, showing both the actual size of the files
  54. in the directory, and the actual space taken up due to cluster allocation.
  55. The dark gray bars (▒▒▒▒▒) show the actual file sizes, and the light gray
  56. bars (░░░░░) show the slack.
  57.  
  58. DSPACE is shareware. If you use and like DSPACE, please send what you think
  59. it is worth ($5 suggested), or a disk full of your favorite public domain
  60. software. Comments and suggestions are always welcome. And if you've come
  61. across a unique use for this program, I'd love to hear about it! I can be
  62. reached at:
  63.  
  64.           Bob Lafleur
  65.           45 Ionia Street
  66.           Springfield, MA 01109-2519
  67.  
  68.           CompuServe: 75146,3122
  69.           Domain Internet: 75146.3122@CompuServe.com
  70.           GEnie: SKID
  71.           Packet: NQ1C @ W1NY.#WMA.MA.USA.NA
  72.           Internet: bob@q1c.ampr.org [44.44.0.35]
  73.