mirror of https://github.com/CrimsonTome/tldr.git
17 lines
320 B
Markdown
17 lines
320 B
Markdown
|
# 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 batchscript:
|
||
|
|
||
|
`exit /b`
|
||
|
|
||
|
- Verlaat met een specifieke exitcode:
|
||
|
|
||
|
`exit {{2}}`
|