Here is my dilemma:
I have a bunch of folders with dates at the end of the folder names (i.e., 2.28 for February 28).
When the date in the folder name is reached, I want to copy the folder to a certain location.
Here are my ideas:
Make a script that extracts the dates from each folder name and checks whether the date is reached, if it has been reached, it copies the corresponding folder to the proper location.
Make a batch file for each folder and then add it to the Windows XP task scheduler.
Here are my questions:
Does anyone know of software with this functionality?
Does anyone have any better ideas?