home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / del0.zip / DEL0.DOC next >
Text File  |  1993-07-14  |  781b  |  28 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                       DEL0
  7.                      Free DOS utility: 0 byte file deleter
  8.                           Version 1.00 - July 14, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. DEL0 deletes all files of 0 bytes, or only those specified on the command
  19. line.  Its purpose is to eliminate unnecessary entries in a DOS directory.
  20.  
  21. Usage:  DEL0 file_mask
  22.  
  23. Example:  DEL0 *.*   (deletes all 0 byte files in the current directory)
  24.  
  25. DEL0 takes only one parameter: the file specification of the desired files to
  26. delete if they are of 0 bytes. (This may contain wildcards, e.g. WIN*.EX?.)
  27.  
  28.