I need to make a batch file that will make a folder with today\'s date in month day year format (example 080112). Then once it\'s created i need to move files from a set fol
Just rename the folder with Erik's suggestion:
move FolderName FolderName_%date:~7,2%%date:~4,2%%date:~12,4%