I need to create a script that ..
copy original documents from any portable hard drive or memory stick to an archive without creating unnecessary duplicates.
copy .doc files and .pdf but no duplicates if the files are the same.
The script must make a directory if one doesn't already exist
and if one doesn't exist it must report an error.
Can anyone help?