Created
February 29, 2012 15:21
-
-
Save emjayess/1941522 to your computer and use it in GitHub Desktop.
scan for files larger than given size on a windows drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forfiles /P C:\path\to\files /M *.* /S /D +"01/01/2012" /C "cmd /c if @fsize gtr 200200200 echo @path @fsize @fdate @ftime" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment