摘要:
'新建一个Replace.vbs脚本,脚本内容如下,程序运行时输入三个参数:查找内容,替换内容,文件 Dim FileName, Find, ReplaceWith, FileContents, dFileContents Find = WScript.Arguments(0) ReplaceWith = WScript.Arguments(1) FileName... 阅读全文
posted @ 2004-12-28 17:54
森林坛子
阅读(2331)
评论(3)
推荐(1)