I'm trying to create a scheduled task that will run every morning to copy a file from a folder to another. So here's the problem,
The source folder's name is dynamic and starts off with the daily date (i.e. "06-Feb-13"). How can I go about creating a batch file which will be able to determine the daily date and find that folder?
Thanks in advance.