批量转换文本格式为UTF-8
新建一个 conv.vbs 文件 把下面的代码复制进去
'用法:将要更改编码的所有文件放到同一个文件夹中,将文件夹拖到该vbs上,输入要转换成的字符编码
Dim fso,fd,fl,f,fdpath,charset
On Error Resume Next
If WScript.Arguments.Length>=1 Then
fdpath = WScript.Arguments(0)
...
原创
2019-12-04 16:37:37 ·
2196 阅读 ·
1 评论