Very simply, I would like to write a script that Copies all files that match the *_bak.mdb pattern in all subfolder under C:\Sessions to a location such as C:\SessionsBackup.
More advanced, I'd like to match the folder where the *_bak.mdb file was copied from to a matching folder in the SessionsBackup folder and would like to create a folder with todays date and copy the file there.
For example.
C:\Sessions\7600\7600_bak.mdb
Copied to
C:\SessionsBackup\7600\030606\7600_bak.mdb
Any help on accomplishing this or even just getting it started would be greatly appreciated.