我已经编写了vbscript代码来从命令提示符
设置putty的classpathDim oShell
putty_path="setx path %path%;C:\putty"
Set oShell = WScript.CreateObject ("WScript.Shell")
oShell.run "cmd /K" & putty_path
Set oShell = Nothing
当我执行vbscript代码时,我在命令提示符下面出现错误
错误:语法无效。默认选项不允许超过' 2'时间(s)。 输入" SETX /?"用法。请帮忙
答案 0 :(得分:0)
因为它已经有效,所以它不能在第一次工作时第二次或以后再这样做。只是忽略。
另外,你不需要做什么,只需要去PuTTY(你甚至不需要使用扩展程序)。
oShell.run "putty"