print: add page (#2428)
This commit is contained in:

committed by
Muhammad Falak R Wani

parent
01146452dd
commit
501843cbb3
11
pages/windows/print.md
Normal file
11
pages/windows/print.md
Normal file
@@ -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}}`
|
Reference in New Issue
Block a user