I have an issue that is beyond my batch script capabilities. OS is Windows (hold the snark). I have a folder structure like this:
I:\WELLS HARDRIVE
|-######(random numbered folder)
|-######(random numbered folder)
Usually about 30-50 more sub folders, each of those folders containing TIF files with standardized pattern names. four leading digits, a six digit
account number, an underscore, then 3 trailing digits. ####
######_###.tif These files, literally hundreds of thousands of them in 480 directories each with 30+ sub directories and over a thousand images in those directories, need to be moved to another directory down the tree. The directories are already created and contain a 3 digit prefix (430) then the 6 digit account number found in the middle of the TIF file name. So we have a file named 1230
123456_789.tif, then the directory it needs to be moved to is I:\WELLS HARDRIVE\BSI\430
123456. They are on a networked drive mapped in Windows to the I: drive. The directory they need to be moved to is:
I:\WELLS HARDRIVE
|-BSI
|-430
######I need a batch way (file, program) to read the file names for that 6 digit account number, then copy or move those file to the corresponding location under BSI, into the corresponding numbered directory. If not, I am going to be sitting here all day just searching *.tif and manually moving them...it'll take days if not a couple of weeks.
HELP?!
There is DC credits in it for anyone when I get paid on November 15th.
Did I mention I love you all?
