exit: add Italian translation (#10058)

pull/23/head
Magrid 2023-04-21 08:10:52 +02:00 committed by GitHub
parent 4eafd9978d
commit d2787720b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.it/windows/exit.md Normal file
View File

@ -0,0 +1,16 @@
# 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 batch corrente:
`exit /b`
- Esci usando uno specifico codice d'uscita:
`exit {{2}}`