From 501843cbb36c94f7ae5e3a6f1fb11c14183b316b Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sat, 13 Oct 2018 03:12:05 +0100 Subject: [PATCH] print: add page (#2428) --- pages/windows/print.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/windows/print.md diff --git a/pages/windows/print.md b/pages/windows/print.md new file mode 100644 index 000000000..bc20303bc --- /dev/null +++ b/pages/windows/print.md @@ -0,0 +1,11 @@ +# print + +> Print a text file to a printer. + +- Print a text file to the default printer: + +`print {{path/to/file}}` + +- Print a text file to a specific printer: + +`print /d:{{printer}} {{path/to/file}}`