开发者

read the content of text file nad display on standard output throgh batch file

开发者 https://www.devze.com 2022-12-14 01:39 出处:网络
i have created one file file1.txt, content of file1.txt is \"abcde开发者_运维知识库\". I want to readthe content of file1.txt and print on standard output through batch file.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消