i have created one file file1.txt, content of file1.txt is "abcde开发者_运维知识库". I want to read the content of file1.txt and print on standard output through batch file. How to read the content of file and print on standard output via batch file.
@echo off
type file1.txt
精彩评论