I have a directory with a lot of text files and other bits of data that are stored in RAR files, however each RAR file (for some ridiculous reasons I cannot fathom) is stored in a directory with the same name. Thus, I have the following to work with:
Parent Directory
>AAAAA
>AAAAA.rar
>BBBBB
>BBBBB.rar
>CCCCC
>CCCCC.rar
Normally I could manually go in and extract each myself, but there's hundreds of these little subfolders, each with a single file in them.
What would be the most efficient way to use .bat to pull each .RAR file upwards a directory so they can be more easily selected and unpacked all at once and save me a couple hours of painful extracting?