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

choco, exit: add Hindi translation (#11085)

This commit is contained in:
pranjalirathi 2023-10-19 22:35:02 +05:30 committed by GitHub
parent 1304885b74
commit a692b10517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.hi/windows/exit.md Normal file
View file

@ -0,0 +1,16 @@
# exit
> वर्तमान सीएमडी इंस्टेंस या वर्तमान बैच फ़ाइल से बाहर निकलें।
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- वर्तमान सीएमडी उदाहरण से बाहर निकलें:
`exit`
- वर्तमान बैच स्क्रिप्ट से बाहर निकलें:
`exit /b`
- विशिष्ट निकास कोड का उपयोग करना बंद करें:
`exit {{2}}`