1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 21:15:48 +02:00
tldr/pages/windows/print.win.md
Lena a51cfa5f7e
print: add disambiguation page (#15746)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-02-24 06:21:35 +02:00

12 lines
303 B
Markdown

# 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\to\file}}`
- Print a text file to a specific printer:
`print /d:{{printer}} {{path\to\file}}`