NAME
	COEAskUser

DESCRIPTION
	Displays a window with a question and two answer buttons.

USEAGE
	COEAskUser [flags] ""

	where "" is the prompt to display to the user.

USABLE FLAGS
	-h, -H
		Display this help message.
	-AC
		Display buttons labeled as _Accept_ and _Cancel_.
	-B b1 b2
		Display buttons labeled as _b1_ and _b2_.
	-C
		Read command line arguments for the named __.
	-TF
		Display buttons labeled as _True_ and _False_.
	-V
		Display the version number.
	-YN
		Display buttons as _Yes_ and _No_.

DESCRIPTION
	This tool is intended for use in the _PostInstall_ script to display
	a message to the user and to have the user click on a _Yes_ or _No_
	button. The parameters allow the calling routine to specify the labels
	to be used for the _Yes_ and _No_ buttons. The _status_ environment
	variable is set to 0 if the user clicked on the equivalent on the _No_
	button, or to 1 if the usr clicked on the equivalent of the _Yes_ 
	button. The _status_ environment variable is set to -1 if an error 
	occurred (for example, the requested message could not be displayed).

NOTES
	There are no notes.

DATE LAST UPDATED
	Oct 20, 2000