I found only like 2 pages with anything on this, and one i couldn't even see. so, uhh, I'll post it here and see if anyone knows how.
I want to create a two Batch Files (.bat) that rename certain files. I have four files, and just for understandings sake, we'll group them. The files are
________
File1a
File1b
________
File2a
File2b
________
Ok, these both are the SAME file but with a little different content. This is what I want to do.
Make a bat that renames File1a to like, BACKUPFile1a, and rename File1b to File1a. They're config files, for people wondering.
So I want one file to do that with both sets, rename one to soemthing and the other to the first ones name, and another one to reverse the effect. If anyone can help, then I can probably offer minerals

If your going to say something liek use C++ then don't, I already tried that. I know nothing of .batch files except for how to execute programs.