Is there any simple way to copy a file, and if that file exists in the target rename it with a consecutive number:
example:
File.doc is copied to f:\folders\ then File.doc exists in f:\Folders
then this file should be renamed it to File(1).doc and if is copied again should be File(3).doc and soo on....
HELP