【发布时间】:2015-06-10 09:01:52
【问题描述】:
尝试通过 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
【问题讨论】:
标签: vbscript wsh secure-crt