NAME
	COEMsg

DESCRIPTION

USEAGE
	COEMsg [flags] ""

	where "" is a string to display.

USABLE FLAGS
	-h, -H
		Display this help message.
	-V
		Display the version number.

DESCRIPTION
	This tool is intended to be used by a _PreInstall_, _PostInstall_, 
	or _DEINSTALL_ script to display an informational message to the user. 
	A message is displayed in a window and the user must click on an 
	_OK_ buttom to continue. The _status_ environment variable is set to -1
	if an error occurs (for example, a window could not be displayed) or 
	to 0 if the message displays correctly.

NOTES
	There are no notes.

DATE LAST UPDATED
	Oct 20, 2000