This is a batch script designed to simplify and speed up the process of copying files from a specified directory, including its subfolders, to a target directory. Its options are to either copy all files or copy files containing a certain name to the target tirectory.
- Option 1: Copy all files from the specified directory and its subfolders.
- Option 2: Copy files containing a specified name from the specified directory and its subfolders.
- Download the batch file (
KEX_Copy_Script.bat
) and open it. - Enter the name of the folder you want to search through
- Enter the name of the output folder
- Select the option you want
- Copy all files from the specified directory and its subfolders
- Copy files containing a specified name from the specified directory and its subfolders.
- Wait
- ???
- Profit!
When copying files, the script names the copied files in the following structure:
KCS-{Incremental_Number}-{Parent_Folder_Name&Path}-{Original_File_Name}
For example, a copied file might be named KCS-1-Subfolder1-Subfolder2-example.txt
.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.