common/*: add Indonesian translations and update other outdated translations (#13843)
* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
This commit is contained in:

committed by
GitHub

parent
d404b02045
commit
15e106c4b6
16
pages.id/windows/exit.md
Normal file
16
pages.id/windows/exit.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# exit
|
||||
|
||||
> Keluar dari sesi Command Prompt (CMD) atau berkas skrip batch saat ini.
|
||||
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
|
||||
|
||||
- Keluar dari sesi CMD saat ini:
|
||||
|
||||
`exit`
|
||||
|
||||
- Keluar dari proses eksekusi skrip [b]atch saat ini:
|
||||
|
||||
`exit /b`
|
||||
|
||||
- Keluar menggunakan kode status keluar (exit code) khusus:
|
||||
|
||||
`exit {{2}}`
|
Reference in New Issue
Block a user