Sodamhan.com

TL;DR

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 choice from a specific set:

choice /c AB

  • Prompt the current user to select a choice with a specific message:

choice /m "message"

  • Prompt the current user to select a case-sensitive choice from a specific set:

choice /cs /c Ab

  • Prompt the current user to select a choice and prefer the default choice in a specific time:

choice /t 5 /d N

  • Display help:

choice /?

This document was created using the contents of the tldr project.