UNPKG

node.cmd

Version:
6 lines (5 loc) 128 B
var Cmd = require('../index'); var ins = new Cmd(''); ins.exec('ipconfig', function(data) { console.log(data.stdout); });