http://steve-jansen.github.io/guides/windows-batch-scripting/part-1-getting-started.html 注释:REM 或 :: ,但是在 FOR 循环中使用 :: 可能会出错 REM This is a comment! :: This is a comment too!! (usually!) 关闭/打开批处理输出: @ECHO OFF 关闭之后的批处理输出,@表示关闭此句命令的输出 ECHO ON 打开输出 输出一条消…