Files
cheatsheet-tldr/tldr/dos/choice
2026-02-01 00:30:49 +00:00

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}}"`