Dos Command to Find a Specific File Size

Closed
frozenade - Feb 10, 2009 at 09:36 PM
 gha1d - Apr 24, 2010 at 07:43 AM
Hello,

How to find a specific file with a specific size? For example: I want to find files with 72kb size.

To find specific file I use: DIR *.exe /b /d /s but I can't get the file size.

Please help me. I need this to delete all disgusting worm with size 72kb in DOS command.

Thank you..
Related:

1 response

dir D:\*.* sortorder /s >>List1.txt
5