Answer the question
In order to leave comments, you need to log in
Running an external program, nw.js?
There <button id="run" ... >
is a click to run exe (executable file) example: test.exe.
/js
- jquery.js
- main.js
/test
- test.exe // <= файл который требуется запустить ./test/test.exe
- index.html
- package.json
$(document).ready(function () {
$('#run').click(function () {
// код запуска test.exe
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question