VB脚本中的对象CRT

时间:2015-06-10 09:01:53

标签: vbscript wsh secure-crt

尝试通过Vbsedit

调试Secure CRT的脚本
Function Get_Session_Path()
    Get_Session_Path = crt.session.path
    crt.Dialog.MessageBox("inside Session path" &Get_Session_Path) &chr(13) 
End Function    

尝试使用Vbsedit编译上面的代码但是得到'Wscript'抛出的错误

“Object required'crt'Code 800A01A8 source Microsoft VBScript runtime error”

我错过了任何库,或者我们无法通过vbsedit

调试Secure CRT VBscript

1 个答案:

答案 0 :(得分:1)

SecureCRT API(crt对象)不在外部公开。只有SecureCRT可以访问它,因此必须使用SecureCRT来运行脚本......