New
#1
[Help] Batch File move every 15.000 files to another folders
Hi guys
I'm new here, please help
I have about 2 million email files that i want to convert into mbox files.
but the tool i used only can convert every 15.000 files.
so i need a batch file that can move this 2 million files into another folder (15.000 files each folder)
and the folder name is automatically created (counter).
example:
folder 1 contain 15.000 files
folder 2 contain next 15.000 files
.....
folder 134 contain the rest of files ...
note:
2.000.000 / 15.000 = 133,333 so there will be 134 folders
if can, i hope the files will be renamed too ... (adding ".eml")
example: file name 12345678.123456.abcde moved and renamed to 12345678.123456.abcde.eml
i already have the solution for linux, but i do not have any idea in windows
please help
and sorry for my english
thanks