home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / cleantre / cleantre.exe / README.TXT < prev    next >
Encoding:
Text File  |  1999-07-24  |  1.8 KB  |  56 lines

  1. Clean Tree 1.0.2
  2.  
  3. Version.......: 1.0.2
  4. Author........: Jeff L. Williams <jeffguy@writeme.com>
  5. Web...........: http://www.jeffguy.com/
  6. Platforms.....: 9x/NT
  7. Release Date..: July 24, 1999
  8. Package Type..: Freeware
  9.  
  10. Clean Tree is a program that allows you to delete a list of
  11. specified files (wildcards included) in a directory and all
  12. of it's subdirectories. In otherwords, you could easily
  13. delete all the temp files on your C: drive and free up
  14. space with one click (or automate it on the command line).
  15.  
  16. Just enter the directory to start with and click the
  17. 'Delete Files' button. Once the files are deleted, you'll
  18. see a message that shows the total number of files deleted
  19. and in how many directories. To add or remove the list of
  20. files to delete, click the 'Add' or 'Remove' buttons.
  21. Double click on an item to change it. And click the 'Save
  22. List' button to save the list of files and wildcards
  23. specified for deletion once your finished editing it.
  24.  
  25. Command Line Automation
  26. -----------------------
  27. You can run this program with several command line options
  28. to automate the process.
  29.  
  30. /QUIET
  31. This will make the form invisible and all messages will be
  32. supressed.
  33.  
  34. /MIN
  35. Will cause the program to be minimized when started.
  36.  
  37. /DIR [path]
  38. Will automatically set the default path for deletion.
  39. (This switch must be present if using the /AUTO switch.
  40. If not, your temp directory is assumed.)
  41.  
  42. /AUTO
  43. Makes the application run and close without any user
  44. intervention.
  45.  
  46. Examples
  47. --------
  48. CleanTree.exe /QUIET /DIR C:\My Documents /AUTO
  49. CleanTree.exe /MIN /DIR C:\Program Files\
  50. CleanTree.exe /AUTO /DIR C:\WINDOWS\SYSTEM /MIN
  51.  
  52.  
  53. I hope you enjoy this program. If you have any questions,
  54. comments, or bugs, don't hesitate to email me!
  55.  
  56. -Jeff L. Williams