VERIFY	version 1.0

	A command that tells DOS to verify if files are written
	correctly to disk.


	DESCRIPTION
	Verify sets DOS interrupts to assure that a file has
	been copied correctly.

	OPTIONS
	       /on  turns verification on
	       /off turns verification off
	       /?   lists the above options

	EXAMPLES
	Verify used alone returns the current status of file
	copy verification.  It returns the status in the form of:
	VERIFICATION IS CURRENTLY ON
	or
	VERIFICATION IS CURRENTLY OFF

	verify /on
	Turns file copy verification on.  It returns the result in
	form of:
	VERIFICATION IS NOW SET ON

	verify /off
	Turns file copy verification off  It returns the result in
	form of:
	VERIFICATION IS NOW SET OFF


	BUGS
	No known bugs at this time.

	AUTHOR
	Peter Mikalajunas
