Page 1 of 1

Req a commandline wrapper feature

Posted: Thu Oct 04, 2012 1:31 pm
by newuser
Hi Enigma,
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. :( I dont want to run fileC with any parameter. I want the parameter itself wrap into fileC.

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

Thank you.

Re: Req a commandline wrapper feature

Posted: Thu Oct 18, 2012 8:43 am
by Enigma
Hi newuser,

Yes, we do plan to add this feature in next version. As you have noticed, there is already reserved the interface for this feature (ability to enter Pass Command Line in the file property dialog). But due to complexity of this feature, it had not been yet made.

Re: Req a commandline wrapper feature

Posted: Wed Nov 21, 2012 4:06 pm
by newuser
Hi enigma,
Roughly when will this commandline feature be implemented? :?:

Thanks.

Re: Req a commandline wrapper feature

Posted: Wed Nov 28, 2012 9:22 am
by Enigma
Yes, of course, it will be implemented once we get some time for EVB development.

Re: Req a commandline wrapper feature

Posted: Thu Nov 29, 2012 12:13 pm
by Enigma
This feature is implemented in the version 5.80

Re: Req a commandline wrapper feature

Posted: Tue Dec 04, 2012 5:14 pm
by newuser
Yes, I notice it in the add file Virtual File Edit Dialog, pass commandline(executable files only).

could show me a simple example on how this method works, since I dont really quite understand. :?:


I was hoping the commandline feature implemented would wrap the parameter(commandline) of the main A exe, but the looks of it, it only wrap virtual files(executables files only) commandline(parameter).