Batch file creation

Closed
asinordo Posts 1 Registration date Wednesday March 19, 2014 Status Member Last seen March 19, 2014 - Mar 19, 2014 at 02:22 PM
carminabigue Posts 620 Registration date Tuesday March 19, 2013 Status Member Last seen June 10, 2015 - Mar 20, 2014 at 06:33 PM
Hello all,

I considered a noob when it comes to advance batch files scripts. I played with them to rename files, change file extensions, moving files from one folder to the next. However, I want to get into something more serious.

I want to create a batch file that moves two files with the same name to another folder e.i; (Text1.pdf, Text1.doc) . I have two folders as well. These files would move every 5 minutes alternating to the two folders first 5 minutes to one folder next 5 minutes to the other.

Hopefully this makes sense to someone!!!!
Related:

1 response

carminabigue Posts 620 Registration date Tuesday March 19, 2013 Status Member Last seen June 10, 2015 125
Mar 20, 2014 at 06:33 PM
you already know how to move files using scripts, now you just need to schedule these scripts to run every 5 minutes:

https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7

Hope this helps?
0