在C:\Documents and Settings\meiyoudao>下面建立一个testbat文件 在文件中输入 dir ping 打开一个cmd窗口(输入test回车即可运行命令) C:\Documents and Settings\meiyoudao> test 在文件中输入 @dir @ping 就不会显示命令 可以用一条语句echo off 把命令都隐藏起来 同时要把echo off 也隐藏起来就需要@echo off @echo off dir ping 即可 获取if语句的帮助信息 C:\Documents and Settings\meiyoudao> help if |