Windows Task Scheduler to move files to a different folder

Posted by user4941 on Super User See other posts from Super User or by user4941
Published on 2012-10-12T03:53:35Z Indexed on 2012/10/13 3:40 UTC
Read the original article Hit count: 172

Filed under:
|

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

  1. Creates a folder on the external drive with the day embedded (e.g. Photos-2012-10-08)
  2. 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?

© Super User or respective owner

Related posts about script

Related posts about scheduled-tasks