Only Process Files Modified Since Date
Posted: Fri Aug 13, 2010 6:42 pm
Is there any way to call nconvert in a dos batch file to only process files modified either before or after a certain date?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Code: Select all
/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 selects files with a
last modified date greater than or equal to (+)
the current date plus "dd" days, or less than or
equal to (-) the current date minus "dd" days. A
valid "dd" number of days can be any number in
the range of 0 - 32768.
"+" is taken as default sign if not specified.