Sunday 21 May 2017

Capture Command line response in an Electron/NodeJS app

I need to execute command line commands from an ElectronJS App which also has NodeJS available and then capture the response from those commands ran.

The Xampp Windows WAMP Dev Server app shown below has an example of capturing the command response and showing it in an app.

How can I do this in a NodeJS/ElectronJS app?



via JasonDavis

No comments:

Post a Comment