怎样使用vbs/bat对一个文件夹加密
怎样使用vbs/bat对一个文件夹加密
日期:2016-06-14 12:05:05 人气:1
Set Args = WScript.Arguments
Set FSO = CreateObject("Scripting.FileSystemObject")
strPath = CreateObject("Wscript.Shell").CurrentDirectory
Set ReadFile = FSO.OpenTextFile(Args(0), 1)
ReadAllText = ReadFile.ReadAll
ReadFile.Close
F