I want to compare one folder's contents to the contents of another folder and whatever files don't exist in the 'destination' folder I want to copy it to the destination folder. I am NOT interested in synching both folders. Also I want the program to ignore subdirectory structure when comparing. I just want to know if the file exists anywhere in the destination folder. It would be nice when the copy was made that the 'source' subdirectory was created in the destination folder but it is not essential. Can anyone help me out?