/find-and-replace-for-files-folders

HTA (vbScript) Application for finding and replacing words in file names and folders names.

Primary LanguageVBScriptGNU General Public License v3.0GPL-3.0

Find and Replace for Files and Folders

Find and Replace for Files and Folders project is a VBScript tool (HTA) crated for bulk renaming of files or folders within a specified directory and its subdirectories in Windows Systems. This script enables users to replace occurrences of a specific word or phrase in file names and folder names with another word or phrase. It supports bulk changing of file extensions.

Note: This is my vbScript learning project.

Features

  • Bulk File Renaming: Rename multiple files within a directory and its subdirectories simultaneously.
  • Search and Replace: Replace occurrences of a specific word or phrase in file names with another word or phrase.
  • Case Sensitivity: Option to match the search word case sensitively or insensitively.
  • Regex Search: Search words with regex capabilities (needs testing)
  • Change File Extensions: Modify file extensions during the renaming process.
  • Folder Renaming: Rename folders based on specified criteria.
  • Logging: Log all file renaming operations to an output text file.

Screenshots

Find and Replace for Files and Folders

Dependencies

  • VBScript environment (HTA Application)

Authors

License

GNU GPLv3

Feedback

Feel free to contribute and enhance the functionality of the tool as needed. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

Happy Coding!!