Thursday, 1 April 2021

Open cmd prompt for user input with node

I have created a node script which should run as a background process. Right after the script starts running run I need to get some user data (username & password).

After getting the user data I wish to close the terminal but the process should continue running in the background.

To complicate things, the node script is being built with pkg lib and will be started as an .exe

pkg on NPM



from Open cmd prompt for user input with node

No comments:

Post a Comment