mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
16 lines
346 B
Markdown
16 lines
346 B
Markdown
# exit
|
|
|
|
> Beendet die aktuelle CMD-Instanz oder die aktuelle Batch-Datei.
|
|
> Weitere Informationen: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
|
|
|
|
- Beenden der aktuellen CMD-Instanz:
|
|
|
|
`exit`
|
|
|
|
- Beenden des aktuellen [b]atch-Skripts:
|
|
|
|
`exit /b`
|
|
|
|
- Beenden mit einem bestimmten Exit-Code:
|
|
|
|
`exit {{exit_code}}`
|