Prompts the user to select one item from a list of single-character choices in a batch program, and then returns the index of the selected choice. If used without parameters, choice displays the default choices Y and N. More information: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/choice.
choice /c {{ABC}}
choice
choice /CS {{AaBb}}
/d
:choice /C {{AaBb}} /t {{3}} /d {{b}}
/m
is not specified, only the choice prompt is displayed:choice /m {{message}} /C {{ABC}}
choice /?