I just separated the huge .bat file I had, into 8 logically grouped .bat files, then used one bat file containing the below. It kicks them all 8 off, at once and finishes all I need done in 20 minutes instead of the 4 hours it did take before. What I was looking for, was to put the 8 bat files in the scheduler and have it spawn all 8, ....instead of the below doing it. Works like a champ, I'd still like to hear other possibilities.
START CLEAR_PHOTOSBYDATE0.BAT
START CLEAR_PHOTOSBYDATE1.BAT
START CLEAR_PHOTOSBYDATE2.BAT
START CLEAR_PHOTOSBYDATE3.BAT
START CLEAR_PHOTOSBYDATE4.BAT
START CLEAR_PHOTOSBYDATE5.BAT
START CLEAR_PHOTOSBYDATE6.BAT
START CLEAR_PHOTOSBYDATE7.BAT