Launch the software exe file on your computer from your browser

Asked 1 years ago, Updated 1 years ago, 98 views

Can I start the software exe file on my computer from the web app?

For example, if you use an online PowerPo, you can open a local PowerPo, but

I would like to launch another app instead of PowerPo.

Please let me know.

windows browser

2022-09-30 21:45

1 Answers

Yes, it's possible.
You can launch from Javascript.

varsh=new ActiveXObject("WScript.Shell");
sh.Run ("exe file path", Window style);
sh = null;

Please refer to this area!
https://techacademy.jp/magazine/21620
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Microsoft_Extensions/ActiveXObject


2022-09-30 21:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.