Skip to content

Shernandez520/batch-file-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Batch File Renamer (PowerShell)

This PowerShell script automates the process of batch renaming files in a specified directory. It's especially useful for organizing large sets of files with consistent naming conventions.

πŸ”§ Features

  • Rename files based on a pattern or prefix
  • Add timestamps or custom suffixes
  • Supports filtering by file extension
  • Logs renamed files for audit purposes

πŸš€ Usage

  1. Open PowerShell and navigate to the script directory.
  2. Run the script with parameters:
.\BatchRename.ps1 -Path "C:\MyFiles" -Prefix "Invoice_" -Extension ".pdf"

About

PowerShell script for batch renaming files in Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors