mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
322 B
322 B
exit
Verlaat de huidige CMD-instantie of het huidige batchbestand. Meer informatie: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.
- Verlaat de huidige CMD-instantie:
exit
- Verlaat het huidige [b]atchscript:
exit /b
- Verlaat met een specifieke exitcode:
exit {{2}}