So, you have a bunch of files that you want to organize into subfolders, but the thought of moving each file one by one is overwhelming. Don't worry, we've got you covered! In this article, we'll show you how to move files to subfolders in batch, saving you time and effort.
Using Windows File Explorer
The easiest way to move files to subfolders in batch is by using the built-in Windows File Explorer. Follow these simple steps:
- Open File Explorer by pressing the
Windows key + Eon your keyboard. - Navigate to the folder where your files are currently located.
- Hold down the
Ctrlkey on your keyboard and click on each file you want to move. This will select multiple files at once. - Right-click on any of the selected files and choose Cut from the context menu.
- Navigate to the folder where you want to create the subfolder(s) to move your files into.
- Right-click anywhere inside the folder and choose Paste. This will create a subfolder with the name "New Folder" and move all the selected files into it.
- If you want to rename the subfolder, right-click on it and choose Rename from the context menu.
That's it! You've successfully moved your files to a subfolder using Windows File Explorer.
Using Command Prompt
If you prefer using the command line, you can also move files to subfolders in batch using Command Prompt. Here's how:
- Press the
Windows key + Ron your keyboard to open the Run dialog box. - Type
cmdand pressEnterto open Command Prompt. - Navigate to the folder where your files are currently located. You can use the
cdcommand followed by the folder path to do this. - Type
mkdir SubfolderNameto create a subfolder in the current directory. Replace "SubfolderName" with the desired name for your subfolder. - Type
move *.fileextension SubfolderNameto move all files with a specific file extension to the newly created subfolder. Replace "fileextension" with the actual file extension (e.g.,move *.txt SubfolderName).
That's it! You've successfully moved your files to a subfolder using Command Prompt.
Using Third-Party Software
If you're not comfortable using Windows File Explorer or Command Prompt, there are several third-party software options available that can help you move files to subfolders in batch. Here are a few popular ones:
| Software | Description |
|---|---|
| Bulk Rename Utility | A powerful file renaming tool that also supports batch file moving. |
| Advanced Renamer | Allows you to batch rename and move files based on various criteria. |
| FastCopy | A lightweight file copying and moving utility with advanced options. |
Feel free to explore these options and choose the one that suits your needs best.
Now that you know how to move files to subfolders in batch, you can keep your files organized and easily accessible. Whether you prefer using Windows File Explorer, Command Prompt, or third-party software, there's a method for everyone. Happy organizing!
References
| Website | Description |
|---|---|
| Microsoft Support - File Explorer | Official support documentation for Windows File Explorer. |
| Windows Command Line | A comprehensive resource for learning about Command Prompt and its commands. |