From d31d2beddce56d299cc6b866a4c14779ff9b6f18 Mon Sep 17 00:00:00 2001 From: Karthik Vallamsetla <62076693+karthik-script@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:11:23 -0800 Subject: [PATCH] print: add Hindi translation (#14891) --- pages.hi/windows/print.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.hi/windows/print.md 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:{{प्रिंटर}} {{फाइल\का\पथ}}`