Wednesday, June 8, 2016

How do you find out files with size more than 1GB in command prompt?

:: 1 GB = 1073741824 KB

forfiles /P E:\Movies\Hollywood\ /M *.* /S /C "cmd /c if @fsize gtr 1073741824 echo @path @fsize @fdate @ftime"

No comments :