1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 13:15:25 +02:00
tldr/pages.it/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
329 B
Markdown

# 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:
`exit /b`
- Esci usando uno specifico codice d'uscita:
`exit {{2}}`