mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 07:48:08 +00:00
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, dos]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# CHOICE
|
|
|
|
> Wait for keypress and set `ERRORLEVEL` in batch scripts.
|
|
> More information: <https://www.dosbox.com/wiki/Commands#CHOICE>.
|
|
|
|
- Prompt for yes/no:
|
|
|
|
`CHOICE "{{prompt}}"`
|