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

DESCRIPTION
	cMirror is a Windows command line application.

	The syntax of the command line is as follows:

	cmirror MasterDir SlaveDir [-v]
	
	cMirror requires that two directory names are provided, the Master
	Directory (MasterDir) and the slave directory (SlaveDir).  The -v
	command flag may be specified and will instruct cMirror to echo
	its operations to the terminal.

	cMirror will perform the minimum set of file copies and deletes to
	ensure that the slave directory structure (SlaveDir) is a complete
	copy of the master (MasterDir).

NOTES
	Under some circumstances, cMirror 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.  cMirror will inform you of the file which
	caused an error in copying.  You can manually copy this file in Windows 
	and then restart the cMirror operation.