FileToFolder: creates folders from multiple files and moves them into their respective folders


FileToFolder Screenshot2Do you ever find yourself in a situation where you have multiple files that you need to move into their own folders? I frequently encounter this situation, for example, when downloading media files that I then move to their own folders.

With FileToFolder, however, I no longer have to do this manually. This free app does one simple thing: it processes files in batch to create a folder for each and move each file into it’s own folder. The folder will have the same name as the original file. Pretty straightforward and simple, yet potentially very useful. FileToFolder can be used from it’s main GUI interface or optionally via the Windows explorer context menu. See image below for an illustration of how it works.

FileToFolder Screenshot

Just a few more notes to add about this software

  • Filtypes handled: the context menu entry will handle any filetype you select; the GUI interface will handle any of the filetypes defined in the “Filter” field.
  • Multiple files with the same name and different extensions: are moved to the same folder. For example, “Charlie-Brown.avi”, “Charlie-Brown.jpg”, and “Charlie-Brown.nfo” will all end up in the same folder (“Charlie-Brown”).
  • Context menu: works on both 32bit and 64bit Windows explorer. Add or remove this from the main interface.

The verdict: this may not a functionality that many people are looking for, but depending on your needs (and how you organize your files) it can be extremely useful. Needless to say I really like it.

Version Tested: 2.0.5.0

Compatibility: Windows XP, Vista, Windows 7. Supports 32bit or 64bit OS’s.

Go to the program home page to download the latest version (approx 1.2 megs).


Samer

Samer Kurdi has written 1078 awesome posts for Freewaregenius.

He has been reviewing software since 2006 when he started Freewaregenius.com

6 responses to “FileToFolder: creates folders from multiple files and moves them into their respective folders”

  1. Marco

    It looks a nice idea, thanks for the heads up!

  2. lanux128

    another similar tool written by Skwire.

    Description: A right-click shell extension that will automatically create a folder based on the selected filename and move that file into that folder. If you select multiple files, a box will pop up asking for a folder name. That folder name will be created and all selected files will then be moved into the new folder.

    http://skwire.dcmembers.com/wb/pages/software/files-2-folder.php

  3. james

    Here are two dos commanline tools I wrote a long time ago to do the same (in and out):

    [note, I’ll put the commands on their own line and any quotes you see are part of the batch command

    moveinto.bat:

    for %%i in (*) do mkdir “%%~ni” & move “%%i” “%%~ni”

    moveoutof.bat:

    for /d %%d in (*) do cd “%%d” & move “*” ..\. & del * & cd ..

  4. Anonymous

    Since in Win7 you can Ctrl+Shift+N for a New Folder; is there a small app that allows me to select multiple files and Ctrl+Shift+N and automatically move the selected files into that New Folder? I’ve always wanted this and I thought that is what this did…

    Anyone feel free to take this idea, because I don’t know how to code it. Its probably dead simple. Just post it here too because I’d love it.

  5. mikemike

    Beautiful, I’ve been looking for such a program for a long time and thanks to lanux 128′s recommendation of “Files2Folder” I now have 2.

    Both work great btw.

    Thanks very much.

  6. qjchen

    It is a nice software.
    But I can do it by WINRAR in 2 STEPS

    (1) compressed each file to seperated compressed file
    (2) un-rar each .rar files to seperated folder by file name

    sure if the file size is large, this method is not so good.

Leave a Reply


six + 2 =