Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

268.Batch file rename -- How to batch rename each html file to the title of the html file?

User: editor -- 2008-09-19          << 267  269 >>
Hits: 1325
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to batch rename each html file to the title of the html file?
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. open menu 'Tools->Batch Runner'
2. click 'Pick files' select multiplue files
3. sort these files by name or date or others, by clicking different column titles.
4. change 'set output filename' entry from ${FILENAME} to:

5. click 'Rename', finish.

Note: 
1. html_title is a function to take text between <TITLE> and </TITLE> from html file.
2. require version 2.2 and above.

More examples:

#.jpg --- 1.jpg, 2.jpg, ... 
##.jpg --- 01.jpg, 02.jpg, ... 
###.jpg --- 001.jpg, 002.jpg, ... 
@.jpg --- a.jpg, b.jpg, ... 
${BASE}###.jpg --- add 3 digit sequence number
${BASE}{1,3}.jpg --- keep 1 to 3 chars of filename
${BASE}{-3,-1}.jpg ---  keep last 3 chars of filename
${BASE}{replace,'a','b'}.jpg --- replace a with b
${BASE}{replace,'_',''}.jpg ---remove '_'

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to batch rename picture files to the data and time of the pictures? (64%)
How to batch rename mp3 files by adding artist name behind? (63%)
How to batch rename files by adding timestamp of current time? (62%)
How to rename many files with the last modified date of the file? (61%)
How to batch rename files from month name to month number? (60%)
How to batch rename html files to the content that between a pair of h2 tags? (60%)
How to batch change many html files from iso-8859-1 to utf-8? (60%)
How to batch rename image files by adding picture width and height? (60%)

Check Demo of Batch file rename
Keywords:
sequence number  digit  dig  jpg  keep  between  title  function  last  example  rename text file with between  batch file output text file name by date  batch rename html text  batch rename and replace from text  batch rename take of last  remove text from filename with batch file  rename file html with title  rename files replace text