1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 09:26:01 +02:00
tldr/pages.hi/windows/print.md

13 lines
628 B
Markdown
Raw Normal View History

2024-11-18 08:11:23 -08:00
# print
> एक टेक्स्ट फ़ाइल को प्रिंटर पर प्रिंट करें।
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>।
- डिफ़ॉल्ट प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें:
`print {{फाइल\का\पथ}}`
- एक विशेष प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें:
`print /d:{{प्रिंटर}} {{फाइल\का\पथ}}`