1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ca/windows/exit.md
2024-10-27 08:08:37 +01:00

354 B

exit

Surt de la instància CMD actual o del fitxer per lots actual. Més informació: https://learn.microsoft.com/windows-server/administration/windows-commands/exit.

  • Surt de la instància CMD actual:

exit

  • Surt del conjunt d'instruccions del fitxer per lots actual:

exit /b

  • Surt usant un codi de sortida específic:

exit {{2}}