Nó JS Run File Bat
require('child_process').exec('cmd /c batfile.bat', function(){
// …your callback code may run here…
});
Helpless Hedgehog
require('child_process').exec('cmd /c batfile.bat', function(){
// …your callback code may run here…
});