mirror of https://github.com/CrimsonTome/tldr.git
choco, exit: add Hindi translation (#11085)
parent
1304885b74
commit
a692b10517
|
@ -0,0 +1,16 @@
|
|||
# exit
|
||||
|
||||
> वर्तमान सीएमडी इंस्टेंस या वर्तमान बैच फ़ाइल से बाहर निकलें।
|
||||
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
|
||||
|
||||
- वर्तमान सीएमडी उदाहरण से बाहर निकलें:
|
||||
|
||||
`exit`
|
||||
|
||||
- वर्तमान बैच स्क्रिप्ट से बाहर निकलें:
|
||||
|
||||
`exit /b`
|
||||
|
||||
- विशिष्ट निकास कोड का उपयोग करना बंद करें:
|
||||
|
||||
`exit {{2}}`
|
Loading…
Reference in New Issue