1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 22:55:26 +02:00
tldr/pages.it/windows/exit.md

17 lines
329 B
Markdown
Raw Normal View History

2023-04-21 08:10:52 +02:00
# exit
> Esci dall'istanza CMD corrente o dal file batch corrente.
> Maggiori informazioni: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- Esci dall'istanza CMD corrente:
`exit`
- Esci dallo script [b]atch corrente:
2023-04-21 08:10:52 +02:00
`exit /b`
- Esci usando uno specifico codice d'uscita:
`exit {{2}}`