# Files2NewFolder **Repository Path**: ciaranchen/files2-new-folder ## Basic Information - **Project Name**: Files2NewFolder - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-20 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Files2Folder A Windows utility that allows you to move selected files/folders into a new folder via the "Send To" context menu. ## Features - **One-click organization**: Move multiple files/folders into a new folder with a single click - **Automatic naming**: Uses the name of the first selected file (without extension) as the folder name - **Duplicate handling**: Automatically appends a number if a folder with the same name already exists - **Visual feedback**: Shows a popup message confirming the operation ## Installation ### Method 1: Manual Installation 1. Download this repository 2. Run `install.vbs` to create the shortcut in your "Send To" menu ### Method 2: Using Scoop ```powershell scoop bucket add my-bucket https://github.com/yourusername/my-bucket scoop install files2-new-folder ``` ## Usage 1. Select one or more files/folders in File Explorer 2. Right-click and select **Send to** -> **Send to New Folder** 3. A new folder will be created and all selected items will be moved into it ## Example If you select these files: - `photo.jpg` - `photo.png` - `photo.raw` They will be moved into a new folder named `photo/` ## Requirements - Windows 7 or later - PowerShell 3.0 or later ## License GNU Affero General Public License v3.0 (AGPL-3.0) ## Author ciaranchen