Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

376.Batch file rename -- Is there a way to batch rename files by capitalizing each word?

User: editor -- 2009-12-28          << 375  377 >>
Hits: 3885
Type: Batch file rename   
Search all Batch file rename examples
Description:
Is there a way to batch rename files by capitalizing each word? ( or changing first letter of each filename to upper case)
Input Sample:
Old Files: 
this is filename1.txt 
this_is_filename2.txt
Output Sample:
New Files: 
This Is Filename1.txt 
This_Is_Filename2.txt
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. press ctrl-B to open "Batch Runner" window 
2. drag all files that need to rename from File Browser, and drop to "Batch Runner" window.(need version 2.5 and above) 
* check option of "set output filename" 
* change the entry of "${FILENAME}" to: 
 
3. check the preview result of "output file" column, and click "File Rename" button.

Screenshot 1:  Batch_Runner_Window


Similar Examples:
Is there a way to batch rename files with the first line of the file content? (71%)
Is there a way to batch rename files with all letters reversed, like abcd.txt to dcba.txt? (63%)
Is there a way to batch uuencode a lot of files? (61%)
How to batch rename files by generating a random word that in the list? (60%)
How to batch rename files by adding parenthesis for each number? (60%)
How to batch rename files by multiplying each number in filename by 2? (59%)
How to batch rename files by replacing all spaces with underscore? (58%)
How to batch rename files by moving the leading numbers to the end? (58%)

Check Demo of Batch file rename
Keywords:
capital  cap  ucfirst  first letter  upper  upper case  letter  down  case  result  batch upper case first letter  change filename to upper case  filename to upper batch file  batch rename upper case  first letter to upper case  batch rename upper  first letter upper case  batch upper case