I am totally new to React Js. I want to open a windows application / .exe file with the click of the web component. For e.g open whatapp.exe when we click on the button component from the web page created in react js. I found some other links but am not sure how to apply those solutions or they are relevant or not.
E.g:
Execute an exe file using node.js
How to execute an external program from within Node.js?
Is my question is correct? can we do it like this or not?
-
Does this answer your question? Launch an exe from browser (Windows)derpirscher– derpirscher2022年02月24日 07:47:12 +00:00Commented Feb 24, 2022 at 7:47
lang-js