Rename all files in a folder using batch
Posted
by user270506
on Stack Overflow
See other posts from Stack Overflow
or by user270506
Published on 2010-06-11T20:28:42Z
Indexed on
2010/06/11
20:32 UTC
Read the original article
Hit count: 157
I would like to create a batch file to rename all the files with extension ".log" in a folder to append with today's date.
For example :
App.log will be appended to App.log06112010 where date is 06112010.
Please suggest
© Stack Overflow or respective owner