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: 279
        
script
|scheduled-tasks
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?
© Super User or respective owner