Page 1 of 1

Include command line options in EVB .exe

Posted: Sat Apr 30, 2016 12:38 am
by nevf
Is there a way to include command line options with the EVB .exe so when the user runs the exe the command line is passed to the .exe which EVB executes.

For example:
Input file name: node.exe path/app.js
Output file name: app.exe

so when app.exe is run it starts "node.exe path/app.js"

I don't want the user to have to do "app path/app.js" just run app.

Re: Include command line options in EVB .exe

Posted: Sat Apr 30, 2016 8:56 am
by Enigma
Unfortunately no. There is such functionality in our commercial software Enigma Protector (Miscellaneous - Command Line) that you may use instead of EVB.

Re: Include command line options in EVB .exe

Posted: Sat Apr 30, 2016 5:20 pm
by nevf
@enigma - Thanks I'll try that.