Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

435.Batch file rename -- How to batch rename files by adding timestamp of current time?

User: editor -- 2010-03-02          << 434  436 >>
Hits: 6424
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to batch rename files by adding timestamp of current time? 
 
I have many files in a folder, I need to batch copy them to another folder and adding a timestamp for each file.
Input Sample:
old files: 
 
file1.txt 
file2.txt 
 
Output Sample:
new files: 
 
newfolder\file1_2010-03-02_19:16:17.txt 
newfolder\file2_2010-03-02_19:16:17.txt
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. ctrl-B open 'Batch Runner' window 
2. drag all files from Windows File Browser to 'Batch Runner' window. 
3. check 'set output filename' option, change the entry of ${FILENAME} to  
4. check 'change output folder' option, and select 'newfolder' as output folder. 
5. check 'output file' column, and click 'Copy/Download' button, all files will be copied to newfolder with new name. 
 
Note: newfolder must be created in advance.

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to batch rename files by adding parenthesis for each number? (71%)
How to batch rename mp3 files by adding artist name behind? (70%)
How to batch rename files by moving the leading numbers to the end? (69%)
How to batch rename text files by adding the value of file content to filename? (69%)
How to batch rename files by appending the number of lines at the end? (68%)
How to batch rename image files by adding picture width and height? (67%)
How to batch rename files from month name to month number? (66%)
How to batch rename files replacing a hex epoch time with human translated time?  (66%)

Check Demo of Batch file rename
Keywords:
timestamp  current  rename files by adding  adding  times  create  batch copy  download  down  copy  copy file and rename with timestamp batch  rename files to timestamp  batch file to rename files with timestamp  batch file to rename file with current time  batch rename files timestamp  batch file change timestamp files in current folder  batch rename file timestamp  rename and timestamp batch