cacoe Share Posted June 14, 2020 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 post Share on other sites
Sulphy Share Posted June 14, 2020 You can use powershell, and set it on a schedule maybe?? https://stackoverflow.com/questions/34711612/how-do-i-make-a-folder-with-todays-date-and-then-copy-a-file-to-it May need to tweak the ps script a bit for folder contents... Link to post Share on other sites
+Dick Montage Subscriber² Share Posted June 14, 2020 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 post Share on other sites
waysidesc Share Posted June 16, 2020 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 post Share on other sites
Brandon H Supervisor Share Posted June 16, 2020 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 post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now