Text 2 Folder Creates Many Folders At Once

Text 2 Folder is a simple, portable app that creates multiple nested folders. All you need to do is create a text file with the folder structure you plan on using and feed both that file and the root folder path to Text 2 Folder. If you need to create a lot of folders at once it can save a decent chunk of time.

This app is the fruit of software development site DonationCoder. The forums on this site have a section for custom-made freeware ideas. The original purpose for Text 2 Folder was to help a photographer organise his photos by client, but it would seem to work well anytime a new file folder setup is required.

Text 2 Folder is a freeware app available from the developer’s site at the below link.

Text 2 Folders [Skywire Empire via Cybernet News]

Discuss

(4 Comments)
  • [–]

    its so easy

    Monday, October 3, 2011 at 9:39 AM

    This could just as quickly be done with a batch file.

    • [–]

      Ammar

      Monday, October 3, 2011 at 4:21 PM

      Only if you know batch scripting.

  • [–]

    Dan

    Monday, October 3, 2011 at 7:40 PM

    Yeah, been doing this for ages with batch files. Very neat tool though.

  • [–]

    anon

    Monday, October 3, 2011 at 11:23 PM

    For /f %%I in (source.txt) do @mkdir %%I

Join The Discussion