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