Batch file

  • Thread starter turks67 via AccessMonster.com
  • Start date
T

turks67 via AccessMonster.com

Is it possible to copy only new files to a folder using a batch file everyday?
I would like to compare files in source and destination folders and copy new
files to destination and copy those same new files to a third folder only.
The third folder files will be imported into access table than deleted.
Is this possible?

Thanks
 
T

Tom van Stiphout

On Wed, 14 Oct 2009 00:50:32 GMT, "turks67 via AccessMonster.com"

(not really a question about Access, is it?)
Open a command window and type:
xcopy -?
Study the "/-U" option.

-Tom.
Microsoft Access MVP
 
Top