home *** CD-ROM | disk | FTP | other *** search
- Clean Tree 1.0.2
-
- Version.......: 1.0.2
- Author........: Jeff L. Williams <jeffguy@writeme.com>
- Web...........: http://www.jeffguy.com/
- Platforms.....: 9x/NT
- Release Date..: July 24, 1999
- Package Type..: Freeware
-
- Clean Tree is a program that allows you to delete a list of
- specified files (wildcards included) in a directory and all
- of it's subdirectories. In otherwords, you could easily
- delete all the temp files on your C: drive and free up
- space with one click (or automate it on the command line).
-
- Just enter the directory to start with and click the
- 'Delete Files' button. Once the files are deleted, you'll
- see a message that shows the total number of files deleted
- and in how many directories. To add or remove the list of
- files to delete, click the 'Add' or 'Remove' buttons.
- Double click on an item to change it. And click the 'Save
- List' button to save the list of files and wildcards
- specified for deletion once your finished editing it.
-
- Command Line Automation
- -----------------------
- You can run this program with several command line options
- to automate the process.
-
- /QUIET
- This will make the form invisible and all messages will be
- supressed.
-
- /MIN
- Will cause the program to be minimized when started.
-
- /DIR [path]
- Will automatically set the default path for deletion.
- (This switch must be present if using the /AUTO switch.
- If not, your temp directory is assumed.)
-
- /AUTO
- Makes the application run and close without any user
- intervention.
-
- Examples
- --------
- CleanTree.exe /QUIET /DIR C:\My Documents /AUTO
- CleanTree.exe /MIN /DIR C:\Program Files\
- CleanTree.exe /AUTO /DIR C:\WINDOWS\SYSTEM /MIN
-
-
- I hope you enjoy this program. If you have any questions,
- comments, or bugs, don't hesitate to email me!
-
- -Jeff L. Williams