1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/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

309 B

exit

Quit the current CMD instance or the current batch file. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.

  • Quit the current CMD instance:

exit

  • Quit the current [b]atch script:

exit /b

  • Quit using a specific exit code:

exit {{2}}