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
© 2024 OneMinuteCode. All rights reserved.