Hi,
You can queue up multiple consecutive mumax scripts when you call mumax on the command line (or terminal, on linux). Normally, to run one mumax script, you would do something like:
mumax3 script1.mx3
You can queue multiple scripts simply by listing multiple scripts when you call mumax3. Something like:
mumax3 script1.mx3 script2.mx3 script3.mx3
etc. You can queue an entire batch this way, and it will consecutively go through each in the order that they're listed as inputs. I only listed 3 in this example, but you can queue up as many as you want, 10+ is fine. When you do a batch, it will also tell you as it completes each script, and at the end how many scripts finished OK and if any failed (if one fails due to some error, it will also proceed to the next one).
Mumax3-server has some extra features that are nice for batching (like restarting automatically after a reboot, being able to scan for new scripts, etc), but it's not needed for the batching feature if that is all you want, you can batch run with just normal mumax by itself.
Cheers,
Josh L.