Delphi Cleaner 1.20 small VCL30.DPL version (June 28, 1997)
Copyright 1997 Ahto Tanner, Moon Software.
ahto@moonsoftware.ee
http://www.moonsoftware.ee

Contents:
---------

	1. What is Delphi Cleaner
	2. Installation
	3. What's New?
	4. Disclaimer


1. What is Delphi Cleaner
-------------------------
DC is a little freeware utility for Delphi programmers. It 
intergrates with Windows95 and NT Explorer and adds itself to 
folder's context menu. By running it from Explorer, you can 
clear specified folder and it's subfolders from files left 
from Delphi: *.~*, DCU, DOF, EXE, DSK, MAP, DSM. You can 
specify, which files you want to delete. 
It has also one additional function to remove read-only 
attribute from all files in directories/subdirectories. 
Since the last feature is missing from Windows95, I have 
found it useful, when I have copied a portion of code samples 
from some CD to hard disk. Then you cannot save to copied 
files if you have not erased the read-only attribute from 
them first.

DELPHI CLEANER DELETES ONLY THESE *.EXE, *.MAP, *.DCU and *.DSM
FILES, THAT HAVE CORRESPONDING PROJECT (*.PRJ) AND/OR UNIT 
(*.PAS) FILES. IF YOU HAVE SINGLE *.DCU FILE THAT HAS NO 
CORRESPONDING *.PAS FILE, IT WILL NOT BE DELETED.

DC if useful, if you have a lot of directories and code samples
you compile sometimes. Then you can sometimes clean these 
folders up of such unneeded files, that take a lot of disk 
space on large singe-partition hard disks.


2. Installation
---------------
To install DC, unzip all files into some temporary directory. 
Then right-click on DCLEANER.INF file and choose INSTALL 
from the popup menu. This copies DCLEANER.EXE and DCLEANER.INF 
to your Windows\System\ShellExt directory and adds required 
settings to the registry.

You can uninstall it like any other fine piece of software 
from Control Panel Add/Remove Programs applet ;-)

After installing, you'll see new command "Delphi Cleaner" added 
to folder's popup-menu. By right-clicking on folder you want 
to clean and choosing Delphi Cleaner from the popup-menu, you 
run it. Once in the program. you can change file types to 
clean and some other settings. So Simple(TM).


3. What's New
-------------

1.20, June 28, 1997
+ No functional changes, compiled using packages. EXE size is now 25 
  KB only. You need Delphi 3 VCL runtime VCL30.DPL to use this. 
  Older stand-alone version is still available.
+ Changed URL in about box.

1.10, April 20, 1997
+ added DSM file type support
+ fixed installation script, so now you can uninstall 
  on NT4 too

1.00, February 17, 1997
+ initial version


4. Disclaimer
-------------

Disclaimer of Warranty

THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED "AS IS" 
AND WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY 
OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.


If you'll find this toy useful, feel free to drop me a line. 
Have fun!
