print: add Chinese translation

italian
Starccy 2019-03-11 13:59:06 +08:00 committed by Starbeamrainbowlabs
parent 33adba6bf0
commit fd017e6b08
1 changed files with 11 additions and 0 deletions

11
pages.zh/windows/print.md Normal file
View File

@ -0,0 +1,11 @@
# print
> 将文本文件打印到打印机.
- 将文本文件打印到默认的打印机:
`print {{文件的路径}}`
- 将文本文件打印到指定的打印机:
`print /d:{{打印机}} {{文件的路径}}`