1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/windows/exit.md

17 lines
331 B
Markdown
Raw Normal View History

# exit
> 현재 CMD 인스턴스 또는 현재 배치 파일을 종료.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- 현재 CMD 인스턴스 종료:
`exit`
- 현재 배치 스크립트 종료:
`exit /b`
- 특정 종료 코드를 사용하여 종료:
`exit {{2}}`