|
Re: batch file rename
Are all the pics you want to use in the same directory?
If so, why not use good old DOS?
START then RUN then cmd in the box brings up a DOS window; negotiate to the folder you want using CD {directory name} to change to the next directory in the tree or CD.. to go back a directory.
Then rename all pics by typing rename *.jpg 03Jan08*.jpg RETURN
Job done, then type exit in window
|