1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/windows/print.md

13 lines
321 B
Markdown
Raw Normal View History

2019-03-11 13:59:06 +08:00
# print
> 将文本文件打印到打印机。
> 更多信息:<https://docs.microsoft.com/windows-server/administration/windows-commands/print>.
2019-03-11 13:59:06 +08:00
- 将文本文件打印到默认的打印机:
2019-03-11 13:59:06 +08:00
`print {{文件的路径}}`
- 将文本文件打印到指定的打印机:
2019-03-11 13:59:06 +08:00
`print /d:{{打印机}} {{文件的路径}}`