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"
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"
You cannot comment on this entry