I have a bunch of images (roughly 700) I would like to rename and my batch skills are a little bit rusty. The naming scheme I like to use on images is just numerical order, 0001.jpg...0002.jpg...0003.jpg etc. Could anyone point me in the right direction for writing a batch file that does then when executed? Either to the directory its in or just have to edit the file to change directories. From the command line in Linux I could come up with a shell script no problem, but alas these files are on a windows box.