1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 15:35:24 +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

303 B

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