Possible Duplicate:
Folders named as the current month by command line
I have this code :
xcopy "C:\30*.zip" "C:\Folder\"
what i want is to copy the zip files to a new folder, this folder named as the current month
ex : March , April
I'm using Windows Server2008 R2.