node-windows icon indicating copy to clipboard operation
node-windows copied to clipboard

Implement command line args for script/program.

Open NogsMPLS opened this issue 8 years ago • 5 comments

should fix #100

NogsMPLS avatar Mar 25 '16 16:03 NogsMPLS

I'll get a README update commit later today to show how to use new config option. Just wanted to get this in in case someone see's something wrong with my approach.

NogsMPLS avatar Mar 25 '16 17:03 NogsMPLS

Let me know if you like the api/approach.

NogsMPLS avatar Mar 25 '16 19:03 NogsMPLS

At first glance, this looks good. I'll test it out this weekend. Thanks!

coreybutler avatar Mar 25 '16 22:03 coreybutler

Hello: I am curious to know the status of this task. We would like to run a Node file as service but the js file takes arguments.

scpeterson avatar Feb 16 '17 21:02 scpeterson

I would say to create a wrapper with the specific arguments in it to avoid having any sort of xml encoding hiccups. Or possibly by using environment variables instead.

jdziat avatar Mar 22 '18 00:03 jdziat