1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 06:35:29 +02:00
tldr/pages/windows/choice.md
Lena 6fd816e36e
pages/*: use lowercase n for integer placeholders (#16033)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-03-27 21:23:12 +05:30

726 B

choice

Prompt user to select a choice and return the selected choice index. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/choice.

  • Prompt the current user to select a Y or N choice:

choice

  • Prompt the current user to select a [c]hoice from a specific set:

choice /c {{AB}}

  • Prompt the current user to select a choice with a specific [m]essage:

choice /m "{{message}}"

  • Prompt the current user to select a [c]ase-[s]ensitive [c]hoice from a specific set:

choice /cs /c {{Ab}}

  • Prompt the current user to select a choice and prefer the [d]efault choice in a specific [t]ime:

choice /t {{5}} /d {{default_choice}}

  • Display help:

choice /?