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}}`