I should add, I am using a main script that does a lot of Includes, and then has 4 <expt> blocks, one for each group.
It looks like I could use Batch instead of Include, and then have a main script with 4 <batch> blocks, one for each group, each which ran a different subset of other scripts, each with their own <expt> element.
Is that what I want to do? I chose Include over Batch originally because of something I read in the documentation that made it seem like it was better, but now I feel like the <batch> tag is more appropriate for my purposes.