cmd, curl, exit, ftp: add German translation (#8776)
This commit is contained in:
16
pages.de/windows/exit.md
Normal file
16
pages.de/windows/exit.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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 Batch-Skripts:
|
||||
|
||||
`exit /b`
|
||||
|
||||
- Beenden mit einem bestimmten Exit-Code:
|
||||
|
||||
`exit {{exit_code}}`
|
Reference in New Issue
Block a user