Search found 1 match

by Joey
Tue Oct 26, 2010 12:17 pm
Forum: NConvert
Topic: Only Process Files Modified Since Date
Replies: 3
Views: 1524

Re: Only Process Files Modified Since Date

You cannot do it in a DOS batch file. However, in Windows batch files you can use the forfiles program which takes the /D option:

/D date Selects files with a last modified date greater
than or equal to (+), or less than or equal to
(-), the specified date using the
"yyyy-MM-dd" format; or ...