I asked this question a few weeks ago and got a quick
response, however I didnt think of something so I'm back
hopefully to find an answer.
The batch script uses xcopy to copy files from my source dir
to a destination directory. I'm using the /D and /Y to avoid prompting and also to not do a copy if a file exists in the destination directory with the proper timestamp criteria. However, I forgot to mention that I have another process that reviews and deletes the files in the destination directory. Therefore when the xcopy runs it just makes redundant copies in the destination since the /D criteria is no longer met.
How can I make sure that it wont copy a file thats already been copied??
Hope that explains things .. kinda wordy.
TIA
inforeq
response, however I didnt think of something so I'm back
hopefully to find an answer.
The batch script uses xcopy to copy files from my source dir
to a destination directory. I'm using the /D and /Y to avoid prompting and also to not do a copy if a file exists in the destination directory with the proper timestamp criteria. However, I forgot to mention that I have another process that reviews and deletes the files in the destination directory. Therefore when the xcopy runs it just makes redundant copies in the destination since the /D criteria is no longer met.
How can I make sure that it wont copy a file thats already been copied??
Hope that explains things .. kinda wordy.
TIA
inforeq