Create Batch File using ROBOCOPY to move sub-folders and files

Can someone help me create a DOS Batch file to move subfolders and files inside using robocopy "Robust File Copy".
The scenario goes this way:
I have a folder in c:rootfolderaa1bb2subfolder, now I want to move the bb2 folders including the subfolder to a new location. The location would be d:destionationfolderaa1.
However there are some folder inside the aa1 that are not to be included in the move and the bb2 folder name should not be constant.
The name should be updated everyday meaning that every day the bb2 folder should have a different name from the other day.
Is this possible?
Please provide me the batch script for this.
