node js run bat file

Solutions on MaxInterview for node js run bat file by the best coders in the world

showing results for - "node js run bat file"
Fabio
14 Aug 2019
1require('child_process').exec('cmd /c batfile.bat', function(){
2   // …your callback code may run here…
3});