
Utility to take files of "TYPE" from multiple directories and put into one directory.
I need to add a "Check Subdirectories" option now that I think about it.
It'll basically look for the type of file(s) you specifiy in the directories you specify and copy then all into one area, eliminating duplicates in the process.
Not sure how I'm going to handle duplicites... whether by file size, date or whatever... :-\ Any ideas?
So if you have ARMCK in 5 places, this will check for the most recent file and copy that into Destination. (If file date is what I eventually check for.) That could be optional too.
Don't ask to parse the files and check line-for-line... OY! That's 10 times more work.
Initial Comments before I finalize features?
-Buggi