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.
No comments:
Post a Comment