home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / clnout13.doc < prev    next >
Text File  |  1990-05-01  |  2KB  |  59 lines

  1. CLEANOUT v1.3 by Phil Herron             REGISTRATION $18.00
  2. DISK FILE DELETION UTILITY HERRON JAN90 UTIL
  3.  
  4. Update
  5.  
  6. *  File contents can be VIEWED before disposal.
  7. *  Prompted file deletion.
  8. *  File search covers all directories of a drive.
  9. *  Can be incorporated into batch routines.
  10. *  Quantity discounts for multiple registrations.
  11. *  NEW in this version: Display is no longer fixed white
  12.    on black, but now uses the default colors in effect
  13.    when the program was started.
  14.  
  15. Syntax: CLEANOUT [filename.ext] [/N(o confirmation)]
  16.  
  17. CLEANOUT is a selective file deletion utility for diskette
  18. and hard drive cleanup.  It searches through all directories
  19. of the default drive for file(s) specified on the command
  20. line.  Wildcard characters * and ? are legal.  Some of the
  21. more common wildcard combinations specifying "ALL files",
  22. such as *.* and *.???, are trapped so you won't easily
  23. delete everything on the drive.
  24.  
  25. Each time a matching file is found, the user is prompted for
  26. disposition: Delete or Save.  File contents, either text or
  27. binary, can be VIEWED before making the decision.  A single
  28. press of the "S" key saves a file; a double press of the "D"
  29. key deletes it.
  30.  
  31. The optional [/N] mode allows deleting files with NO
  32. confirmation prompting or user interaction.
  33.  
  34. CLEANOUT can be called from a batch file.  If you have a
  35. logoff batch file that performs functions such as writing
  36. the time and date to a log file and parking hard disk
  37. heads, add the line
  38.  
  39.       CLEANOUT *.BAK /N
  40.  
  41. to the batch file, prior to the point where it parks the
  42. heads.  From then on all your BAK files will be cleaned out
  43. automatically.
  44.  
  45. CLEANOUT returns a DOS ErrorLevel value which can be used to
  46. control subsequent operations.  A batch file employing
  47. ErrorLevel is included in the documentation; it can delete
  48. specified files from more than one drive.  The batch file
  49. can be expanded to cover every drive in a system.
  50.  
  51.  
  52. Hardware Requirements : IBM PC, XT, AT or compatible with at
  53.                         least 64K RAM and one disk drive.
  54.  
  55. Other Requirements    : DOS 2.1 or later.
  56.  
  57. (SDA format Copyright 1990 SDN Project for SDNet/Works! (sm))
  58. JAN90 UTIL
  59.