windows命令

创建一个txt文件:

echo.>1.txt  创建一个1.txt的文件
echo "hahaha".>2.txt  创建一个内容为hahaha的文件2.txt

原文地址:https://www.cnblogs.com/Yable/p/8810474.html