Move individual files to folders in Windows with FileToFolder

Martin Brinkmann
Aug 24, 2015
Software
|
13

FileToFolder lets you move individual files that you select to their own folders in Windows.

Have you ever had to sort through a large list of files in Windows? Maybe after downloading hundreds of music or video files to a single directory, extracting a large archive of files or simply wanting to sort through a download folder that grew over the years.

While you could do so manually, for instance by moving music files to artist or album directories, movies to their own folder or TV show episodes to season folders, you'd soon realize that you spend quite some time doing repetitive tasks.

FileToFolder is a free program for Windows that improves the process as it can be used to move files into individual folders semi-automatically . You can run the program from the Windows Explorer (File Explorer) context menu, the command line (Pro only) or by launching it as an application.

If you use the context menu option, all you have to do is highlight the files you want to move into folders, right-click on the selection and select the FileToFolder option from the context menu.

The program moves each file that you have selected into its own folder. This limits the reach of the program somewhat as you cannot move multiple files into a single folder using the program.

The application offers additional options when you start it up first. One nuisance is the nag screen that is displayed whenever you open the program. It advertises the pro version of FilesToFolder which comes with additional options such as reversing the process (folder to files), and command line support.

The interface displays a folder selector at the top. Use it to select the root folder for the operation. Next to it is a filter that enables you to filter files by name or type. You may use it to include only mp3 files or files that begin with the letter d.

A click on preview displays all files matching the query. You may hit the folderise button right away to start the process of creating folders and moving files into them, or change options first before you proceed. You may include sub-folders automatically in the process for instance which can come in handy.

Closing Words

FileToFolder is a specialized program for Windows that can speed up certain file management tasks by automating them.

It is held back by its lack of support for grouping file moves (multiple files to one folder), and the nag screen becomes annoying rather quickly as well as it cannot be turned off.

Summary
software image
Author Rating
1star1star1stargraygray
no rating based on 0 votes
Software Name
FileToFolder
Operating System
Windows
Landing Page
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Fena said on August 29, 2015 at 7:44 am
    Reply

    I’ve been using filenanny for years, it’s fast & small.

  2. DV said on August 25, 2015 at 11:22 am
    Reply

    I’ve been using Belvedere for this purpose (Lifehacker review & download link here : http://lifehacker.com/341950/belvedere-automates-your-self-cleaning-pc
    Portable, light, negligeable memory footprint and running like a water flow.

    1. webfork said on August 25, 2015 at 7:16 pm
      Reply

      Belvedere is great but I’ve run into some bugs in testing and the program is no longer under development. Hopefully someone picks it up again.

  3. Kalos said on August 25, 2015 at 7:13 am
    Reply

    There is also Files 2 Folder by Skwire – http://skwire.dcmembers.com/fp/?page=files-2-folder

  4. Shawn said on August 25, 2015 at 2:55 am
    Reply

    Dropit from Lupo PenSuite Team all the way.

    You set your rules and you let it do it’s job nothing complicated with it and you can set it to monitor folders.

    1. silat said on August 25, 2015 at 3:43 am
      Reply

      thanks.
      For a different purpose I like Files 2 Folder from Donation Coder guy skwire.
      http://skwire.dcmembers.com/fp/?page=files-2-folder

      1. Jeff said on August 25, 2015 at 3:01 pm
        Reply

        skwire has quite a few good free tools.

  5. Doug said on August 25, 2015 at 1:03 am
    Reply

    “The program moves each file that you have selected into its own folder. This limits the reach of the program somewhat as you cannot move multiple files into a single folder using the program”.

    So, if I understand this correctly, if I have a hundred files, I would then have a hundred folders…. right!?!?

    How does this help me???

    1. Martin Brinkmann said on August 25, 2015 at 8:04 am
      Reply

      Doug, say you have one hundred movie files in a single folder and want to move them to their own folder to sort the collection. The program won’t help you sort any kind of file though as it is limited to that operation.

  6. Nicholas Nelson said on August 25, 2015 at 12:20 am
    Reply

    I’ve been using the batch file below for years, for what it’s worth

    REM file2folder.bat
    REM Written by Jon from theHTPC.net
    REM Ensure file attribute is set to hidden. Very important!
    REM Place in folder where your media files are located.
    REM Use at own risk on network shares. Bad things have happened.
    REM Run the batch file and all of your files will be moved into newly
    REM created folders of the same name!
    REM This script is NOT recursive. Must be run on all directories containing
    REM media files.
    REM NOT recommended for TV series episodes!
    REM Visit http://www.theHTPC.net for HTPC-related news, tips, plugins and more!

    REM —BEGIN SCRIPT—

    @echo off
    for %%a in (*.*) do (
    md “%%~na” 2>nul
    move “%%a” “%%~na”
    )
    pause

    REM —-END SCRIPT—-

    1. Tom said on October 3, 2017 at 8:28 am
      Reply

      You sir are a legend. I thank you for this VERY easy batch file.

  7. Rick said on August 25, 2015 at 12:14 am
    Reply

    As an alternative for the reverse process (move files from folder), I use this free option: https://levelzap.codeplex.com/

  8. Ron Sharon said on August 25, 2015 at 12:08 am
    Reply

    Thank you very much, I was looking for something like this.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.