scan for files larger than given size on a windows drive
forfiles /P C:\path\to\files /M *.* /S /D +"01/01/2012" /C "cmd /c if @fsize gtr 200200200 echo @path @fsize @fdate @ftime"