开发者

How to output lines of a text file in a batch file (Windows)

开发者 https://www.devze.com 2023-03-05 23:46 出处:网络
How to output lines of a text file in a batch file? E.g. sample.txt re开发者_开发技巧d blue green You use the type statement:

How to output lines of a text file in a batch file?

E.g. sample.txt

re开发者_开发技巧d
blue
green


You use the type statement:

type sample.txt
0

精彩评论

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