by 清泉
24. 九月 2008 09:56
vbs base64 解密脚本代码解密函数下载:
Base64解密.vbs (1.46 kb)
解密base64的vbs小函数详细代码:
Function fDecode(sStringToDecode)
'This function will decode a Base64 encoded string and returns the decoded string.
'This b...
[更多...]
by 清泉
24. 九月 2008 09:50
文本文件编码查询工具 下载QueryCode.vbs (756.00 bytes)
只要下载此文件后便可以查询了.
下面是详细代码
'QueryCode.vbs BY: fastslz
'支持批量查询,可以放在SendTo扩展应用
set files=WScript.Arguments
if files.Count=0 Then
&...
[更多...]
by 清泉
24. 九月 2008 09:45
VBS写的GB2312,UTF-8,Unicode,BIG5编码转换工具,
转换工具下载:GB2Ue.vbs (3.34 kb)
演示
echo "ABCDE &!@#$ ^<>() %% abcde 测试!"> "处理前.txt"
GB2Ue.vbs "处理前.txt" "处理后.txt&qu...
[更多...]