I need some help with renaming files using a batch script...
Say in a folder I have 2 html files. -
1.htm
2.htm
I need a bat file that will rename "1.htm" to "1a.htm" and then change "2.htm" to "1.htm"
In other words I need "2.htm" to become "1.htm"...
Anyone know how I can do this using a bat file?
cheers.