mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 12:41:53 +00:00
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, windows]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# print
|
||
|
||
> Print a text file to a printer.
|
||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>.
|
||
|
||
- Print a text file to the default printer:
|
||
|
||
`print {{path oile}}`
|
||
|
||
- Print a text file to a specific printer:
|
||
|
||
`print /d:{{printer}} {{path oile}}`
|