Closed de-mim-1974 closed 4 years ago
Thanks, I'm glad the module is proving useful for you.
To answer your question, yes, the kill
command has an optional boolean attribute:
wincmd.kill(11624, true, function (msg) {
console.log('result: ' + msg)
})
See https://github.com/coreybutler/node-windows/blob/master/lib/cmd.js#L28-L38 for the implementation.
I like your package, thank you for that!
If I execute the following on node-windows@1.0.0-beta.1
I get the following output:
Is there a way to execute the command with the /F option?