I've been searching for a solution and have found similar solutions but they have either been with fixed length file names, or been used to sort files within a folder, rather than moving them.
What I'm attempting to do is when a staff member places, for example, a file in S drive named:
Bloggs Joe AHC20410 Student Forms.pdf
The batch file (run at certain times of the day) will move the files to the H drive, into the folder:
H:\Student Records Current\Bloggs Joe AHC20410
So, just for example S Drive could look like this when the batch file is run:
Bloggs Joe AHC20410 Student Forms.pdf
Bloggs Joe AHC20410 Evidence.jpg
Doe Jane AHC31010 Workbook.doc
Doe Joe AHC20410 Images.png
Any help will be greatly appreciated!