home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / disktool / diskwast / entp / dwaste.doc next >
Encoding:
Text File  |  1995-07-02  |  1.8 KB  |  56 lines

  1.  
  2.  
  3.  
  4.                               DiskWaste v1.02
  5.            DOS utility: Display disk space wasted by small files
  6.                     Freeware, copyright (c) July 3, 1995
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. DiskWaste examines your files and reports how much disk space is wasted.  It
  16. calculates the difference between the true size of each file, and the amount
  17. of space each file consumes due to the number of clusters DOS has allocated
  18. to it.
  19.  
  20. Running DWaste with no parameters will display this help information:
  21.  
  22.  
  23. Usage:  DWaste <[drive:][\]directory\[filespec]>
  24.  -OR-   DWaste <filespec>
  25.  -OR-   DWaste <drive:>
  26.  
  27. Notes:  Anything bounded by square brackets ([ & ]) is optional.
  28.         If you specify a directory, it MUST be followed by a backslash (\).
  29.  
  30. Examples:
  31.  
  32.         DWaste c:\dos\*.com
  33.         DWaste e:\speed\
  34.         DWaste *.bat
  35.         DWaste d:
  36.  
  37.  
  38.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  39.  
  40.  
  41. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  42.  
  43.                                 REVISION HISTORY
  44.  
  45. v1.00 : 1995/02/24.  First public release.  DDA
  46. v1.01 : 1995/03/01.  Fixed percentage calculation error resulting from the
  47.                        absence of a pair of parentheses.  DDA
  48. v1.02 : 1995/07/03.  Tweaked file finding routines a little.  DDA
  49.  
  50. Note: v1.02 will probably be the FINAL version of DWaste, since any features
  51.       I would want to add are already in the first public version of my new
  52.       "YATP" (Yet Another "Tree" Program).  Look for YATP100.ZIP.
  53.  
  54. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  55.  
  56.