Files
tldr/pages.zh/windows/exit.md
2019-11-02 17:47:23 +00:00

16 lines
204 B
Markdown

# exit
> 退出当前的命令行实例或 bat 脚本.
- 退出当前的命令行实例:
`exit`
- 退出当前的 bat 脚本:
`exit /b`
- 使用一个指定的退出码退出:
`exit {{退出码}}`