Hello,
I have the following bat file:
FOR %%V IN (%1) DO FOR /F "tokens=1-5 delims=/: " %%J IN ("%%~tV") DO ECHO Rename "%%V" %%L%%J%%K_%%M%%N%%~xV
This will rename the files to the datetime stamp. However I want to append the datetime to the filename.
Example:
filename: betty.rpt rename to betty0924081530.rpt
Can you help me with the correct syntax?
Thanks, Betty
Configuration: Windows XP Internet Explorer 6.0
I have been using biterscripting a lot to do stuff like this from command mode.
|
Try this free rename utility : http://jrename.free.fr |
Sorry first time I didn't fix the File extention, here I split everythgin out into simple steps, obviously you can combine several of these into one if you like. I hope you like it =) -Ben
|