How to run multiple simultaneous calcs
Summary
How to run multiple simultaneous calcsContent
I need to run four simultaneous calc scripts in four different cubes. Can I launch a "parent batch" that runs four batches (calling four MaxL scripts) simultaneously so that four cubes run a calc at the same time? Having trouble with the logic: can I use CMD /C or START (or anything) to call the first "sub batch" and immediately return control to the "parent batch" so that it can launch the second "sub batch", and so on, so that all four run at the same time?
0