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.
我正在寻找一个代码来启动存储在 hta 的子文件夹中的 exe。它必须适用于 97 exe。我已经尝试了多个代码但没有运气。我希望链接是文本,但我可以使用按钮。
使用“Wscript.shell”
我用javascript写我的hta;代码如下:
var shell = new ActiveXObject("Wscript.shell"); shell.Run(strCommand, [intWindowStyle], [bWaitOnReturn]);
如记录在: http ://ss64.com/vb/run.html