Possible Duplicate:
Renaming a bunch of files with date modified timestamp at the end of the filename?
I want to move files from one folder to another folder with appending time stamp to file names.
For example, I have two files called file1
and file2
in folder f1
.
I want to move these files to folder f2
as file names file1_22_jan_11:42
and file2_22_jan_11:42
.