1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 16:15:34 +02:00
tldr/pages.zh/windows/exit.md
Reinhart Previano Koentjoro 15e106c4b6
common/*: add Indonesian translations and update other outdated translations (#13843)
* common/*: add Indonesian translations and update other outdated translations

* fping: revert "More Information" URL
2024-09-27 08:54:52 +07:00

16 lines
314 B
Markdown

# exit
> 退出当前的命令行实例或 bat 脚本。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- 退出当前的命令行实例:
`exit`
- 退出当前的 [b]at 脚本:
`exit /b`
- 使用一个指定的退出码退出:
`exit {{退出码}}`