大漠插件 按键精灵怎样完成 第一步

PutAttachment "c:\test_game","*.*"
set ws=createobject("Wscript.Shell")
ws.run "regsvr32 c:\test_game\dm.dll /s"
set ws=nothing
Delay 1500

Set dm = CreateObject("dm.dmsoft")
ver = dm.Ver()
If len(ver) = 0 Then
MessageBox "创建对象失败,检查系统是否禁用了vbs脚本权限"
EndScript
End If
这2 个脚本都运行过 但是样怎样才能知道 在什么地方看 小白 求 大 神 没财富啊这点分

PutAttachment "c:\game_script", "*.*"
PutAttachment ".\plugin", "Regdll.dll"
call Plugin.Regdll.reg("c:\game_script\dm.dll")
Set dm = createobject("dm.dmsoft")

把Regdll.dll和dm.dll添加到按键的附件中,这样就完成了插件的注册,即可使用
温馨提示:答案为网友推荐,仅供参考
相似回答