Hi!

Thanks for replying and apologies for the ambiguity.

Yes. that is what i need. To move specific files into specific folders. And nope. There will be around 50 files but at the end of the day, they will all need to be placed in the 3 respective folders.

I have learnt to create the folders using MkDir.

The files are currently at C:\Users\Jaack\Desktop\Source
Some example of it is as follows:
DAS213D_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Alpha folder)
GFGSTER_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Bravo folder)
SAEAHTA_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Charlie folder)
ASFDSFH_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Alpha folder)
123GDAS_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Alpha folder)
SADFSER_20061012.pdf (This file needs to be at C:\Users\Jaack\Desktop\Destination\Charlie folder)

There are a total of 50 files similar to those above and needs to be sorted out.