------ art_79392_7077706.1168812143214 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > > test.to_s.each do |pics| > counter > File.rename(pics , "Amber " + counter.to_s + ".jpg") > counter ounter + 1 > end > > puts "Done!" > Um, haven't played with it, but should the counter be inside your loop? ------ art_79392_7077706.1168812143214--