Windows Task Scheduler to move files to a different folder
- by user4941
I have my phone set up so that when it takes photos, it sends them to file on my desktop. I would like to have a task run once a day that checks the folder and then
Creates a folder on the external drive with the day embedded (e.g. Photos-2012-10-08)
Move all the files from desktop folder to the newly created folder
How do you go about creating a script that the Windows Task Scheduler can use to accomplish that goal?