Node JS Run Bat File

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