Skip to content

ThomasTJdev/WindowsBatch_RenameChar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rename chars in filenames

This batch script rename filenames. The batch script needs to be placed in the same folder as the files, which it is checking.

Config

Change the code accordingly to your needs. The example below has 4 renaming criterias. will be changed to A, etc.

REM Replace statements:
SET str=!str:+©=A!  
SET str=!str:+ÿ=d!  
SET str=!str:+ª=C!  
SET str=!str:W=!  

Run

Navigate to folder in cmd.exe and run the file changeCharFilename.bat

About

Windows batch for rename chars in filenames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors