Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Java EE 开发一个 Spring MVC 项目,其中一个要求是用户能够选择一个单选按钮并远程运行特定脚本。
现在我制作了一个简单的 VBscript 并将它放在我们的远程开发服务器上。如何执行此脚本?
我不知道。Java 没有任何 VBScript 实现......所以,你最终将不得不重新实现它......在 Java 中:)
Runtime.getRuntime().exec("wscript C:\\testfolder\\test1.vbs ");