电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

windows批处理学习笔记


发布日期:2022/1/15
 

在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

上一篇:深度探讨NC构架的系统及应用前景

下一篇:Windows7下安装CentOS双系统