I hope this is the correct forum for this question.
I have some files that I need to both copy, and move.
Files will be downloaded from a digital dictation device to Folder A. I need to copy them to Folder B for backup, and then move them to Folder C so a seperate utility can move them, convert them, upload them etc.
When I am done, I need the files to be in folder B and C, but not in A.
I am using robocopy as follows in the order shown
1. copy from A to B
2. move from A to C
my problem is I need this to occur whenever files are downloaded into A. I have two robocopy commands setup. The first one copies, the second one moves. I have been trying to use the /MOT:5 to tell it to start over when 5 minutes have elapsed, and at least one change in Folder A has occured. I have tried putting the /MOT:5 at the end of the first command (the copy), but then the second command (the move) never runs. Likewise, I have tried putting the /MOT:5 at the end of the second command (the move) but then it just repeats the second command over and over again.
How do I get it to repeat 1,2...1,2...1,2...1,2??
Any help is greatly appreciated. MH
I have some files that I need to both copy, and move.
Files will be downloaded from a digital dictation device to Folder A. I need to copy them to Folder B for backup, and then move them to Folder C so a seperate utility can move them, convert them, upload them etc.
When I am done, I need the files to be in folder B and C, but not in A.
I am using robocopy as follows in the order shown
1. copy from A to B
2. move from A to C
my problem is I need this to occur whenever files are downloaded into A. I have two robocopy commands setup. The first one copies, the second one moves. I have been trying to use the /MOT:5 to tell it to start over when 5 minutes have elapsed, and at least one change in Folder A has occured. I have tried putting the /MOT:5 at the end of the first command (the copy), but then the second command (the move) never runs. Likewise, I have tried putting the /MOT:5 at the end of the second command (the move) but then it just repeats the second command over and over again.
How do I get it to repeat 1,2...1,2...1,2...1,2??
Any help is greatly appreciated. MH