Hi,
I would need to delete any file and folder below a specific directory. I can delete files with the "ERASE *.txt" command but I don't know how to delete the subfolders which themselves contain files.
Also, I don't know in advance the name of the subfolders as they are created by an application. So the names can be anything!
I there any way to delete any structure (folders & files) below a specific directory
Thanks in advance.