上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 150 下一页
摘要: 18. if 18.1 if not errorlevel number command if errorlevel 这个句子必须放在某个命令的后面,执行命令后由 if errorlevel 来判断命令的返回值 number 取值范围为0-255,判断时值的排列顺序应该由大到小。返回的值大于等于... 阅读全文
posted @ 2011-12-20 13:50 BiG5 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 1. > 和 >> > 表示新生成一个文件 >> 表示附加到文件 ping sz.tencent.com > a.txt ping sz1.tencent.com >> a.txt 2. if else 语句 循环调用,只要文件一直存在就进行删除 @echo off if exis... 阅读全文
posted @ 2011-12-20 13:21 BiG5 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Code Meaning Description //z 2011-12-13 4:06 PM IS2120@CSDN ? what? It's not a file in CVS. CVS knows nothing about this file A Added This is... 阅读全文
posted @ 2011-12-13 16:04 BiG5 阅读(185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 150 下一页