2012年12月11日

vbs文件操作

摘要: 最近遇到一个应用,要求将指定文件夹下的所有 html 文件中包含的某些文字的文件给改名。下面是我写的一个 vbs 文件:rename.vbs'关键字配置文件地址Constconfig="E:\cleandata\key.txt"'要检查的文件夹Constdir="D:\Log\html\"'日志保存路径ConstLogDir="E:\cleandata\Log\"'全局对象setfso=createobject("scripting.filesystemobject")Dimkeyw 阅读全文

posted @ 2012-12-11 13:27 jack_Meng 阅读(952) 评论(0) 推荐(0) 编辑

文本文件编码格式转换

摘要: rem 出处: http://wenwen.soso.com/z/q62799393.htmrem 本程序可以转换小于10M之内的文件,亲自测试速度还可以on error resume nextSet WshShell=WScript.CreateObject("Shell.Application") 'dirPath=WshShell.BrowseForFolder(0, "请选择路径", 0, "").items().item().path 'outpath=WshShell.BrowseForFolder(0, 阅读全文

posted @ 2012-12-11 10:37 jack_Meng 阅读(1480) 评论(0) 推荐(0) 编辑

导航