I am currently using the following command to find out how many pdf documents exist where there is a full path, but it displays a list of 11,000 documents,
dir *.pdf /s /b**
I would like to specify only those images that are larger than 1024 KB, the file size should not be displayed, but the file size should be larger than 1024 KB.
perhaps using the command line?
source
share