diff --git a/pages.hi/windows/print.md b/pages.hi/windows/print.md new file mode 100644 index 000000000..8656ea18f --- /dev/null +++ b/pages.hi/windows/print.md @@ -0,0 +1,12 @@ +# print + +> एक टेक्स्ट फ़ाइल को प्रिंटर पर प्रिंट करें। +> अधिक जानकारी: । + +- डिफ़ॉल्ट प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें: + +`print {{फाइल\का\पथ}}` + +- एक विशेष प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें: + +`print /d:{{प्रिंटर}} {{फाइल\का\पथ}}`