Directory Renamer (Batch File)

Running rename.bat will rename all sub directories of the current working directory
which are listed in rename.ini to a different, temporary name. Running the script
again will rename the directories back to their original name.
This can be used with local files on to quickly exchange two different data sets.
The move.bat script does the same but it lets you specify the root directory as a parameter.
That way you can have the batch file in a different folder than the root folder.