Dim scriptPath, systemUser
scriptPath = oFS.GetFile(Wscript.ScriptFullName).ParentFolder.Path
systemUser = oShell.ExpandEnvironmentStrings(“%APPDATA%”)
Else
MsgBox “Please launch your " & software & " first miao.”
wscript.quit
End If
jetRiderCrackPath = systemUser & “” & software
if oFS.folderExists(jetRiderCrackPath) Then
oFS.deleteFolder jetRiderCrackPath, True
End If
oFS.createFolder jetRiderCrackPath
oFS.createFolder jetRiderCrackPath & “config”
scriptPathConfig = scriptPath & “config”
if oFS.folderExists(scriptPathConfig) Then
oFS.CopyFile scriptPathConfig & “*”, jetRiderCrackPath & “config”
Else
MsgBox “Please unzip your crack package at all miao.”
wscript.quit
End If
oFS.createFolder jetRiderCrackPath & “plugins”
scriptPathPlugins = scriptPath & “plugins”
if oFS.folderExists(scriptPathPlugins) Then
oFS.CopyFile scriptPathPlugins & “*”, jetRiderCrackPath & “plugins”
Else
MsgBox “Please unzip your crack package at all miao.”
wscript.quit
End If
oFS.CopyFile scriptPath & “active-agt.jar”, jetRiderCrackPath & “”
Exist = 0
Set allVersions = oFS.GetFolder(jetPath)
Set folders = allVersions.SubFolders
For Each folder in folders
pos = InStr(folder.name, software)
If pos <> 0 Then
Exist = pos
oFS.CopyFile scriptPath & “” & javaagentFile, folder.path & “”, True
oFS.CopyFile scriptPath & “” & javaagentkey, folder.path & “”, True
versionPath = folder.path & “” & javaagentFile
ProcessVmOptions versionPath
End If
Next
Sub ProcessVmOptions(ByVal file)
Dim sLine, sNewContent, bMatch
Set oFile = oFS.OpenTextFile(file, 1, 0)
End Sub
If Exist <> 0 Then
MsgBox “guan zhu Annactswell miao, xie xie miao!”
Else
MsgBox “Please launch your " & software & " first, then execute VBScript miao.”
End If
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/n-bc-jh/1479.html