how to put 100 files in 1 folder?

pacocan

Newbie
Joined
Dec 25, 2013
Messages
32
Reaction score
3
hello, i have 10.000 txt files. i want to create 100 folders and put 100 txt files per 1 folder

how can i do this automatically? is there a bulk folder creator where u choice files and say put 100 files in 1 folder and it creates 100 folders for u with each 100 txt files?
 
hello, i have 10.000 txt files. i want to create 100 folders and put 100 txt files per 1 folder

how can i do this automatically? is there a bulk folder creator where u choice files and say put 100 files in 1 folder and it creates 100 folders for u with each 100 txt files?

These might help:
http://skwire.dcmembers.com/wb/pages/software/text-2-folders.php
http://www.robobasket.com/auto-sort-files-into-folders.html
http://sourceforge.net/projects/psfw/
http://www.dropitproject.com/
http://leelusoft.blogspot.co.uk/2012/02/order-in-my-folder-13.html

There are a few other programs that might work but see how you get on with those.
 
Last edited:
I don't think you will find the code for this but you can hire someone to make you a custom .batch file which will make this
 
tell me the names u want the folders to be called...ie, folder1, folder2 or whatever. do that and ill whip up an exe for you here.
 
There's some pretty decent software called Dragonfly File Sorter jargogle.co.uk/software/dragonfly which can probably do what you want. It's got a free version too
 
I did same through:

1) Placing all data in Excel
2) Making DOS command in Excel and later saving it in to Test.BAT file

Once you execute .BAT files in DOS, it will do bulk activities and in my case, it was moving files to specif folders that I set using Excel.
 
Back
Top