如何在 Windows 的命令提示符下打印文本文件的内容?
在 Linux 中,我可以使用less textfile.txt,more textfile.txt或cat textfile.txt
less textfile.txt
more textfile.txt
cat textfile.txt
在 Windows 中执行此操作的命令是什么?
windows printing command-line
command-line ×1
printing ×1
windows ×1