Yeah, that would work for the renaming part. The problem is that I have to check to see if the file exists. Further complicating the problem is that the filename is not know, just that all *.jpg files on the disk need to be moved to c:
Hm, to clarify, let me explain the situation. I'm at home for the holiday and my mother has a digital camera that stores to a 3.5" disk, and needs a quick and easy way to get the images from the disk to the hard drive. The problem is that, although it makes a valiant effort at changing around the names of pictures, I think that every time the battery is changed, it resets, so there are a lot of pictures taken with the same name, on different disks. I'm wanting to use C++ because I can compile it here using DJGPP, otherwise, if I wanted to use Visual Basic or something more along those lines, I would have to wait til I got back to school.