I have a load of files in a folder with a date in the file name. Can someone create a vbscript to move all the files in the folder to other folders that are named the year from the file name. Also if the folder does not exists to create it.
So if the file is c:\test\FileName_2012_01_25 it would be moved into a folder named c:\Sample\2012
I would be very happy if anyone could help me
Thanks