There seems to be a problem with the "Recurse" (-R) command in DirDate.
If "Disk_2" is a directory and I enter the command:
Code: Select all
dirdate -R -ALL d=01/06/2013 t=00:00:00 Disk_2
If however I enter the command:
Code: Select all
dirdate -R -ALL d=01/06/2013 t=00:00:00 *.*
If the "Recurse" command is to be recursive, when a specific directory is named and the -R option is used, then all files and subdirectories within the specified directory should also be targeted.