I am exploring the same issue. Possible approach:
rel/vm.args supports parameterization of OS environment variables. So you can do something like
#
Then you will call in the batch file:
export RELX_REPLACE_OS_VARS=true export MY_NODE_NAME=foobar@my _host export MY_COOKIE=foobar
Note RELX_REPLACE_OS_VARS - this is important!
vadim source share