NAME
	 Mirror -- ensures that two directories are maintained in
	 synchronisation

DESCRIPTION
	Mirror is a Windows MFC-based application.
	
	Mirror requires that two directory names are provided, one in the 
	"Mirror Master:" text box and one in the "Mirror Slave" text box.

	When the "Start" button is pressed, Mirror will perform the
	minimum set of file copies and deletes to ensure that the slave
	directory structure is a complete copy of the master.

	Mirror supports two options for performing its task:

	Just Do It:
		 synchronises the slave directory with the master with
		 no further interaction with the user.
	Preview:
		presents a list of what file operations are required to
		ensure the slave directory structure is a
		mirror of the master.  The user may confirm
		or cancel the operation.

	The settings of the master and slave directories, and the selected 
	option are stored in  the Mirror.INI file in the working directory.
	The Mirror.INI file (if it exists) is read on Mirror startup.

NOTES
	Under some circumstances, Mirror will fail to copy a master file, as the 
	8.3 DOS name manufactured by Windows will duplicate an existing 8.3
	name in the slave directory.  Mirror will inform you of the file which
	caused an error in copying.  You can manually copy this file in Windows 
	and then restart the Mirror operation.
			 
INSTALLATION
	Simply copy the executable, Mirror.exe, to any convenient directory.

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





