NAME
	DiskUsage -- reports space used by each folder under a
	user-specified folder or disk volume


DESCRIPTION
	DiskUsage is a Windows MFC application.

	The user must enter a folder name or disk volume (e.g. C:\Users or
	C:\) in the "Start From:" field.  On pressing the Start button,
	DiskUsage will walk the entire folder substructure and present the
	results in a tree control.  Intially, only the "Start From" folder
	is displayed.  Each node on the tree comprises of a folder name and
	the disk storage it (and all its sub-folders) occupies.  Where the
	tree control nodes show a [+], the user may click on the node to
	see the sub-folders and their individual disk occupancy.

	The user may elect to view disk usage in megabytes (MB), kilobytes
	(KB) or bytes.  If the "Show Files" selection box is ticked, files
	(and their sizes) are shown in the tree control, under their
	appropriate folder.

NOTES
	Since DiskUsage scans the entire folder (including subdirectories)
	of the folder specified in the "Start From" field, it can take
	some time to build and display the folder structure in the tree
	control.

INSTALLATION
	Simply copy the executable, DiskUsage.exe, to a convenient folder.

NO WARRANTY (and now the large print - thank you GNU)
	BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
	FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
	OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
	PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
	OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
	MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
	TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
	PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
	REPAIR OR CORRECTION.

	IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
	WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
	REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
	INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
	OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
	TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
	YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
	PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
	POSSIBILITY OF SUCH DAMAGES.

PROBLEMS
	Contact the author, mark_willson@talk21.com