mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:35:42 +02:00
exit: add page
This commit is contained in:
parent
118004ed76
commit
1f3fef871c
1 changed files with 15 additions and 0 deletions
15
pages/windows/exit.md
Normal file
15
pages/windows/exit.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# exit
|
||||||
|
|
||||||
|
> Quit the current CMD instance or the current batch file.
|
||||||
|
|
||||||
|
- Quit the current CMD instance:
|
||||||
|
|
||||||
|
`exit`
|
||||||
|
|
||||||
|
- Quit the current batch script:
|
||||||
|
|
||||||
|
`exit /b`
|
||||||
|
|
||||||
|
- Quit using a specific exit code:
|
||||||
|
|
||||||
|
`exit {{exit_code}}`
|
Loading…
Add table
Reference in a new issue