windows 上 echo 命令的使用
1、在 cmd 里面输入: echo /? 查看 echo 文档的使用语法: echo [on | off] echo [message]

4、dome_echo.bat 里面的 echo Beautiful morning 2019-2-25-5-02 > time.txt 是将 Beautiful morning 2019-2-25-5-02 字符串写入到 time.txt 里面去> 是重定向pause 是暂停即可在桌面找到 time.txt 文本文件
