1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/windows/exit.md

17 lines
322 B
Markdown
Raw Normal View History

# exit
> Verlaat de huidige CMD-instantie of het huidige batchbestand.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- Verlaat de huidige CMD-instantie:
`exit`
- Verlaat het huidige [b]atchscript:
`exit /b`
- Verlaat met een specifieke exitcode:
`exit {{2}}`