Files
tldr/pages.zh/windows/print.md

12 lines
310 B
Markdown

# 打印
> 将文本文件打印到打印机。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/print>。
- 将文本文件打印到默认打印机:
`print {{path\to\file}}`
- 将文本文件打印到特定打印机:
`print /d:{{printer}} {{path\to\file}}`