Moving files into their folders

Hi,

I want to move thousands of images into their folders. For example:

A000_file1.jpg
A000_file2.jpg
A000_file3.jpg
A001_file1.jpg
A001_file2.jpg
A001_file3.jpg
A002_file1.jpg
A002_file2.jpg
A002_file3.jpg

They should move respectively into folders A000, A001, A002.

I know it's very easy task for someone who has experience with the software.

Any suggestions how to do that as I have no experience in programming. Thanks in advance.

Regards,
Alex

Parameters for the Advanced Renamer:

Mode: Regular Expressions
Old name: (.*)_(.*)
New name: \1\\\0
Ignore extension: checked

This uses the underscore as separator, can be adapted if needed.

2 Likes