One way would be to add the following code before the first VolumeSelect to every Automatic script:
ExcludeVolumes( not( Name("e:") or Name("i:") ) )
The other way would be to explicitly write the volumes to be processed into the volume select (Note: the Automatic scripts have two VolumeSelects!)
VolumeSelect
Name("e:") or Name("i:")
VolumeActions
...