echo

1、echo回声,echo什么,返回什么。

2、echo hello, 结果是:

     echo hello

     hello

3、如果我不想显示echo hello,怎么办?使用:

     echo off

     echo hello

4、3的显示结果:

     echo off

     hello

     如果我不想显示echo off,怎么办?

     @echo off

      hello

 

posted on 2015-02-07 09:32  Andy Niu  阅读(259)  评论(0编辑  收藏  举报