Experts, I want to use a batch script to rename files in a certain folder. The renaming rule is as follows:
Take part of the original filename, then add a new suffix after it, for example
AVCQ01DY.ZIP.2006050202.ar
AVCQ01DY.ZIP.2006050302.ar
change to
AVCQ01DY.ZIP.2006050202.zip
AVCQ01DY.ZIP.2006050302.zip
How should this script be written?
Thanks!
Take part of the original filename, then add a new suffix after it, for example
AVCQ01DY.ZIP.2006050202.ar
AVCQ01DY.ZIP.2006050302.ar
change to
AVCQ01DY.ZIP.2006050202.zip
AVCQ01DY.ZIP.2006050302.zip
How should this script be written?
Thanks!
