essmsh.exe is not working 11.1.2.2
We have recently upgraded Oracle Essbase from 11.1.2.1 to 11.1.2.2.300. we have lot of batch scripts exist and referring to essmsh command to call the maxl shell. But somehow we are unable to call this command in latest version to execute maxl. And alternatively startmaxl.cmd is working fine.
Here the issue is ,
startmaxl commands requres a windows batch function "call" to execute the maxl file, where essmsh doesn’t require .
example;
essmsh test.mxl
call startmaxl test.mxl
Could you please suggest how do we can make "essmsh" work without any windows functions ? Appreciate your help/suggestions.
Thanks,