Answers for "node js run bat file"

0

node js run bat file

require('child_process').exec('cmd /c batfile.bat', function(){
   // …your callback code may run here…
});
Posted by: Guest on January-13-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language