edro Lifer Apr 5, 2002 24,326 68 91 Oct 4, 2002 #1 I have a ton of file that are named IMG0001.jpg through IMG0200.jpg. I need to rename them all to pic1.jpg through pic200.jpg. Is there an easy way to increment the filenames like that? In DOS? In a BAT file? Any suggestions?
I have a ton of file that are named IMG0001.jpg through IMG0200.jpg. I need to rename them all to pic1.jpg through pic200.jpg. Is there an easy way to increment the filenames like that? In DOS? In a BAT file? Any suggestions?
D DnetMHZ Diamond Member Apr 10, 2001 9,826 1 81 Oct 4, 2002 #3 Originally posted by: goob2k ren img0*.jpg pic*.jpg Click to expand... ^^ yep
edro Lifer Apr 5, 2002 24,326 68 91 Oct 5, 2002 #4 All that does is change the first 3 letters on the pics to "pic". I need it to increment.....so it goes pic1.jpg then pic2.jpg and so on. Any other suggestions?
All that does is change the first 3 letters on the pics to "pic". I need it to increment.....so it goes pic1.jpg then pic2.jpg and so on. Any other suggestions?
M Mday Lifer Oct 14, 1999 18,647 1 81 Oct 5, 2002 #5 http://fileutil.tripod.com/Rnameit.htm i have used this program for several years =D i suggest copying some of the files into a separate directory so you can play with the program a little. there are other renaming utilities out there.
http://fileutil.tripod.com/Rnameit.htm i have used this program for several years =D i suggest copying some of the files into a separate directory so you can play with the program a little. there are other renaming utilities out there.