I have a BECS configured to an LN server.
The config file is a test.bwc file.
In the Command input of that config file, if I put -- -set NO_WORKTOP=1 then it runs fine.
Now I want to run that BECS via cmd but I cannot send the options in.
I tried
but it just runs normally. The option is not working because there is an error as if the command is not there. If I put the command in the config and just run
then it works but that is not I want to do.
I actually want to be able to run the BECS with options. So that I can run a particular session with dynamic inputs to that session.
In the end, I want to achieve something like this http://www.baanboard.com/baanboard/s...87&postcount=9 and, if possible, find a way to output back to the cmd.
The config file is a test.bwc file.
In the Command input of that config file, if I put -- -set NO_WORKTOP=1 then it runs fine.
Now I want to run that BECS via cmd but I cannot send the options in.
I tried
Code:
test.bwc -- -set NO_WORK_TOP=1
Code:
test.bwc
I actually want to be able to run the BECS with options. So that I can run a particular session with dynamic inputs to that session.
In the end, I want to achieve something like this http://www.baanboard.com/baanboard/s...87&postcount=9 and, if possible, find a way to output back to the cmd.