I need to populate a bunch of folders with files of various types.
The destination folder structure is as follows
YEAR > COMMITTEE_NAME YEAR > YEAR MONTH COMMITTEE_NAME
EX: 2015 > ADP 2015 > 2015 January ADP
The files to be moved are in folders by committee (MOM, ADP, etc.). I have to organize first by year, then by committee, then by month.
Each folder contains files of various types named by the date and committee (Ex: A Word Document from the ADP meeting of Jan 22, 2015 would be "012215ADP.doc").
I would like to somehow automate the populating of these folders as there are hundreds if not thousands of files to move.
My only programming experience is in MATLAB, which I am proficient in, but am not allowed to use due to corporate rules.
I know how to execute and modify .bat files, but do not know enough to make them.