Good morning. I want to delete all the FOLDERS of the same NAME and SUB-FOLDERS of the SAME NAME (Excuse redundancy) of a hard drive of 2 petabytes but obviously there are too many FOLDERS to review.
The name of the folder is "namex". It is in more than 2 million folders also in subfolders and I want to Delete all of them by Batch code.
I imagine it's something like this:
del /s/e "C:\" nombrex
Please, if anyone can help me with this topic.