home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / del0_110.zip / DEL0.DOC next >
Text File  |  1995-09-29  |  984b  |  41 lines

  1.  
  2.  
  3.  
  4.                                  DEL0 v1.10
  5.                     DOS utility: Zero byte file deleter
  6.                  Freeware, copyright (c) September 29, 1995
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. Overview:
  16. ~~~~~~~~~
  17.   DEL0 deletes all files of 0 bytes, or only those specified on the command
  18.   line.  Its purpose is to eliminate unnecessary entries in a DOS directory.
  19.  
  20. Usage:
  21. ~~~~~~
  22.   DEL0 file_mask
  23.  
  24. Example:
  25. ~~~~~~~~
  26.   DEL0 a:\*.*  (deletes all 0 byte files in the root directory of A:)
  27.  
  28. Notes:
  29. ~~~~~~
  30.   DEL0 takes only one parameter: the file specification of the desired files
  31.   to delete if they are of 0 bytes (it may contain wildcards, e.g. WIN*.?X?).
  32.  
  33.  
  34. Revision History:
  35. ~~~~~~~~~~~~~~~~~
  36.  
  37. v1.00 : 1993/07/14.  First public release.
  38. v1.10 : 1995/09/29.  Rewrote program.
  39.  
  40.  
  41.