通过javascript运行exe文件

通过javascript运行exe文件

本文介绍了通过javascript运行exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想通过javascript打开exe文件.当我在我的电脑中打开它时,它工作正常,但是当我尝试在客户端电脑中打开它时,显示错误

shell.run("file:///C:/Practice/act.exe");

我想知道有什么方法可以运行我的exe文件,该文件保存在asp.net应用程序的bin文件夹中.

我希望它能清除

谢谢

Hi,

I want open exe file through javascript. Its working fine when i''m opening it in my pc but when i''m trying to open it in a client pc it shows error

shell.run("file:///C:/Practice/act.exe");

I want to know is there any way to run my exe file which i kept in my bin folder of my asp.net application.

I hope it clears

Thanks

推荐答案



这篇关于通过javascript运行exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 21:44