Is it possible to implement a commandline wrapper feature in EVB?
Example, lets say I got 1 exe fileA and 1 data fileB. When I run fileA exe, it would read the data on fileB, but with one condition, fileA need a commandline/parameter before it would run.
If I want to wrap fileA and fileB using EVB into one single exe fileC, fileC wont run due to the simple fact, it dont have a commandline/parameter passed to it.

Is it possible to add this feature in future EVB version?

Thank you.