Skip to content

Instantly share code, notes, and snippets.

@emjayess
Created February 29, 2012 15:21
Show Gist options
  • Save emjayess/1941522 to your computer and use it in GitHub Desktop.
Save emjayess/1941522 to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment