0

I have a folder, "myFolder". In "myFolder", I have many subfolders.

I know that if the subfolder is less than 10MB, it can be deleted.

Instead of checking the folder step by step, how can I write a batch job to help me delete just the folders?

jonsca
  • 4,084
user28167
  • 561

1 Answers1

0

If this is a one-time operation, any tool that shows you the sizes of your subfolders will do.

The post How do I find the largest files and folders on a drive? gives you many tools (and more tools in this question).

Jan Doggen
  • 4,657