01 2010 档案
一些DOS命令
摘要:@echo dirrem-- @表示不出现,即执行dir命令,但并不现实dir这个命令本身两个百分号表示变量例如echo %path%rem 这个命令会输出环境变量set a=1echo %a%输出变量a的值%0 ,%1,%2,%3为系统变量,用于接收输入参数例如脚本 script1.bat@echo offset a=%1set b=%2set c=%3set d=%0set e=%*echo ... 阅读全文
posted @ 2010-01-05 08:43 stswordman 阅读(654) 评论(0) 推荐(0) 编辑
create audit例子
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--setupUSE MASTERGO-- Create the server auditCREA 阅读全文
posted @ 2010-01-04 18:08 stswordman 阅读(611) 评论(0) 推荐(0) 编辑