可以,先 自己写个 ActiveX, 把需要 调用的 API 封装在里面, 并 提供 函数接口。再 在你的 脚本中(.vbs)
用 : 
Set oTest = CreateObject("FunctionName.ActiveXName")
oTest.APIFunction(……)就 可用了。