9-29-13 process for making a folder for each file

2014-08-29

++ 9-29-13 process for making a folder for each file

Process for making a folder for each file

-first make all of the folders with a command like "mkdir"
--one could generate all of the numbers in a column in excel, and then put mkdir in the preceding column with a column for a space inbetween. Then these columns can be combined with concat
-now get the name of all of the files with a command like "dir /B" and output the filenames to a text file for copying like so "dir /B >out.txt"
-use the command move to move all of the files (everything can be arranged in excel)

^actually I think I will just write some code to do this since I may be doing this more than once.
-such code can be found here:
F:\kurt\storage\CIM Research Folder\DR\2013\9-29-13\EntropyOfArray092013