Automate move contents of a folder and timestamp folder name every day?


Recommended Posts

Hi all,

 

Just wondered if anyone know of a free program that can do this.

 

I just want my PC to automatically move the contents of a folder to a new folder once a day, and I want the new generated folder to have today's date.

 

Not sure what would happen if I'm currently using the said files at the time this is done... maybe it would need to run at shutdown rather than daily at a set time?

 

Thanks for any suggestions either way.

Link to comment
Share on other sites

Yeah, that’s a 5 minute PowerShell script and schedule it with task scheduler.

 

Powershell is damned easy to learn, have a crack at it 🙂

Link to comment
Share on other sites

On 6/14/2020 at 2:50 AM, cacoe said:

Hi all,

 

Just wondered if anyone know of a free program that can do this.

 

I just want my PC to automatically move the contents of a folder to a new folder once a day, and I want the new generated folder to have today's date.

 

Not sure what would happen if I'm currently using the said files at the time this is done... maybe it would need to run at shutdown rather than daily at a set time?

 

Thanks for any suggestions either way.

it would be really cool to have something that could look at metadata and automatically populate the folder with those files when new files arrive.

 

if a photo from ( or even of ) x arrives, then move it to y folder.

 

like Outlook.

Link to comment
Share on other sites

ROBOCOPY should be able to do what you want as well; it's rather robust. It can work on manually ran, it can work off a schedule, and it can monitor and move files live as they are added or change in the monitored directory.

 

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.