How to run any exe file through Node JS?
-
Who knows how to run an exe file through node js, for example, in an application written in electron js.
Read this documentation - https://nodejs.org/dist/latest -v7.x / docs / api / child ...
But I didn't understand how it works. Who can, please discard the code snippet that launches the standard notepad or Windows calculator.JavaScript Anonymous, Aug 1, 2019 -
Somehow like this ?Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!