tldr/pages.zh/windows/exit.md

16 lines
200 B
Markdown
Raw Normal View History

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