doskey, eventcreate: add Hindi translation (#11282)

* doskey: add Hindi translation

* eventcreate: add Hindi translation

* eventcreate: fix placeholder in Hindi translation

* doskey: update path placeholder

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Pranjali Rathi
2023-10-27 01:02:59 +05:30
committed by GitHub
parent d5b638cf04
commit e07af050c0
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# doskey
> मैक्रोज़, विंडोज़ कमांड और कमांड-लाइन प्रबंधित करें।
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/doskey>.
- उपलब्ध मैक्रोज़ की सूची बनाएं:
`doskey /macros`
- एक नया मैक्रो बनाएं:
`doskey {{नाम}} = "{{आज्ञा}}"`
- किसी विशिष्ट निष्पादन योग्य के लिए एक नया मैक्रो बनाएं:
`doskey /exename={{निष्पादन}} {{नाम}} = "{{आज्ञा}}"`
- मैक्रो हटाएँ:
`doskey {{नाम}} =`
- मेमोरी में संग्रहीत सभी कमांड प्रदर्शित करें:
`doskey /history`
- पोर्टेबिलिटी के लिए मैक्रोज़ को फ़ाइल में सहेजें:
`doskey /macros > {{मैकिनिट_फ़ाइल\का\पथ}}`
- किसी फ़ाइल से मैक्रोज़ लोड करें:
`doskey /macrofile = {{मैकिनिट_फ़ाइल\का\पथ}}`