I want to run a series of .BAT files - but only have ONE RUNNING at a time. If I have two or three .BAT files I want them queued up so that only one runs - then the next - and so on.

I could do this with other O/S task management tools.

I was going to code my own methods - seeing if a .BAT was running - holding the others - etc. But the handshaking on this operation could be painful to test...

I was hoping the SCHTASKS tool in windows would be my answer - but I'm not seeing options to do this.

Anyone have any ideas??