This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e26abe5a75
tldr
/
pages
/
windows
/
exit.md
212 B
Raw
Blame
History
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}}