home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / utils / f1342 / dosclean.txt < prev    next >
Text File  |  1991-01-04  |  2KB  |  49 lines

  1. Cleanup V2.0
  2.  
  3. Cleanup will delete specified files on all drives beginning at the root
  4. directory and searching through all subdirectories.  
  5.  
  6. To execute the program, type CLEANUP. The default file specification is
  7. "*.bak", which will delete all .bak files on the current drive.
  8.  
  9. Cleanup can also take the following arguments and qualifiers:
  10.  
  11. File Specification      Any valid DOS file specification can be entered,
  12.                         including the wildcards * and ?  A warning will 
  13.                         be displayed when specifying wildcard characters
  14.                         which would result in the deletion of all files,
  15.                         all .exe files or all .com files and you will have
  16.                         the chance to abort the cleanup.
  17.  
  18.                         NO WARNINGS ARE GIVEN FOR OTHER DELETIONS! 
  19.                         *.bak is the default file specification.
  20.  
  21. Drive Specification     Can be entered to clean files from a disk 
  22.                         other than the current disk.
  23.  
  24. /confirm                Displays the files which will be deleted and 
  25.                         prompts for confirmation before performing the 
  26.                         deletion. 
  27.                         
  28.                         Note that warning messages are not given when 
  29.                         using the /confirm qualifier.
  30.  
  31. /all                    Cleans up all hard drives. If not specified, files 
  32.                         are deleted on the current drive only. The drive 
  33.                         specification is ignored when using the /all qualifier.
  34.  
  35. /help                   Displays sample command lines. Help overrides all 
  36.                         other qualifiers.
  37.  
  38. Examples:               cleanup         
  39.                         cleanup d:
  40.                         cleanup *.tmp b:
  41.                         cleanup b:*.tmp
  42.                         cleanup *.tmp /all
  43.                         cleanup *.tmp /confirm /all
  44.  
  45.  
  46. - C. Svenconis
  47.   December 1990
  48.         
  49.