mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00

* pages.hi: fix username translation, Windows paths Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.hi: fix false positives from username space fix Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
1 KiB
Markdown
20 lines
1 KiB
Markdown
# path
|
|
|
|
> निष्पादन योग्य फ़ाइलों के लिए खोज पथ प्रदर्शित या सेट करें।
|
|
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/path>।
|
|
|
|
- वर्तमान पथ प्रदर्शित करें:
|
|
|
|
`path`
|
|
|
|
- एक या अधिक अर्धविराम से अलग की गई निर्देशिकाओं के लिए पथ सेट करें:
|
|
|
|
`path {{निर्देशिका1\का\पथ निर्देशिका2\का\पथ ...}}`
|
|
|
|
- मूल पथ में एक नई निर्देशिका जोड़ें:
|
|
|
|
`path {{निर्देशिका\का\पथ}};%path%`
|
|
|
|
- निष्पादनयोग्यों के लिए केवल वर्तमान निर्देशिका को खोजने के लिए कमांड प्रॉम्प्ट सेट करें:
|
|
|
|
`path ;`
|