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
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
上一篇:世界上最宽广的是海洋?
精彩评论