exit: add page

italian
pxgamer 2018-06-21 10:24:47 +01:00 committed by Agniva De Sarker
parent 118004ed76
commit 1f3fef871c
1 changed files with 15 additions and 0 deletions

15
pages/windows/exit.md Normal file
View 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}}`