用VBS将一篇txt后缀的内容保存为html格式
2017-02-06
19
do.vbs复制代码 代码如下:"BY Coo_boi If WScript.Arguments.Count=0 Then WScript.Quit Dim fso,txt,htm txt=WScript.Arguments(0) Set fso=CreateObject("Scripting.FileSystemObject") Set htm=fso.CreateTextFile(txt&".htm",True) title=fso.GetFile(t...