NAME

   CHOICE - Waits for the user to press a key, from a list of choices

SYNOPSIS

   CHOICE [/C[:]choices] [/N] [/S] [/T[:]c,nn] [text]

OPTIONS

   /C[:]choices Specifies allowable keys. Default is YN
   /N           Do not display choices and ? at end of prompt.
   /S           Treat choices as case sensitive.
   /T[:]c,nn    (ignored, for compatibility)
   text         Prompt string to display

RETURN VALUE

   ERRORLEVEL is set to offset of key user presses in choices.

AUTHOR

   Jim Hall, jhall@freedos.net
