I'm having a challenge trying to figure out whether or not Dopus10 has any capability to mass move files between 2 different hierarchal tree branches...
I have a source directory like this:
C:\baseballplayers\2012[team-name][player-name]
There are dozens of values for [team-name], and each team has dozens of different [player-name]s. In each players folder is a particular file I'm interested in, say "player-stats.xls" (every player has a file with this exact same undifferentiated name).
My destination folder is almost identical to the source folder, except that the year value is changed:
c:\baseballplayers\2013[team-name][player-name]
My destination player-name sub-folders for this new 2013 branch do not yet contain the file player-stats.xls. I want to do either a mass-move, or a mass-copy (in one operation) and bring over all of the "player-stats.xls" files from their 2012 source subdirectories over to their comparable 2013 subdirectories. I don't care about testing for exceptions, etc.
With dozens of teams, dozens of players each, I'm looking at hundreds of sub-directories. I have to automate this copy/move... I can't do this manually.
The three dopus standard query types Find, Synchronize, Duplicate Files may be usable to find my source files, but after this, I don't see any way to do an ordered move/copy of these files over to their intended destination.
Can dopus handle this... or do I need to look for an alternative instead?