I'm attempting to write a batch script to call several other batch scripts. All these other scripts have titles beginning with a number 01, 02, 03, etc., but the rest of the name is a program and version. Since these versions constantly change, I was trying to just call on 01*.bat, rather than the full filename so that I shouldn't have to edit this master script.I'm attempting to write a batch script to call