Wednesday 19 April 2017

NodeJS child_process send data to app?

Is it possible to read\write data if i spawn windows calculator process ? And how to do that ?

var spawn = require('child_process').spawn;
var calcWin = spawn('calc');

stdin\stdout with event on 'data'\'message' not working.



via Dialog

No comments:

Post a Comment