print: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
33adba6bf0
commit
fd017e6b08
11
pages.zh/windows/print.md
Normal file
11
pages.zh/windows/print.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# print
|
||||||
|
|
||||||
|
> 将文本文件打印到打印机.
|
||||||
|
|
||||||
|
- 将文本文件打印到默认的打印机:
|
||||||
|
|
||||||
|
`print {{文件的路径}}`
|
||||||
|
|
||||||
|
- 将文本文件打印到指定的打印机:
|
||||||
|
|
||||||
|
`print /d:{{打印机}} {{文件的路径}}`
|
Reference in New Issue
Block a user