Batch file to copy a file based on date modified

This will do the copy part of the files with modification date of today

forfiles /P "c:\data\PRODDB\dir" /M *.DMP /D +0 /C "cmd /c copy @path d:\test"

Link

You cannot comment on this entry