I have thousands of files in 39 sub-folders. I do identify around 50 files to delete from sub-folders. I need batch script to delete them together.
Like,
Sub-Folder A Contain > a1,a2,a3,a4 //These all are file name including extension
Sub-Folder B Contain > b1,b2,b3
..........
Sub-Folder Z Contain > z1,z2,z3,z4,z5
I need to Delete,
a3
b1
c7
d5
z2
z4
Hope you can understand my problem. Any help appreciated. Thanks in Advance.