exit: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
118004ed76
commit
1f3fef871c
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}}`
|
Reference in New Issue
Block a user