P
Par_DD.RemoveThisToMailMe.
I've been trying to set up some batch files and I've gotten most of
them done with the help of google and many of the online resources.
One last batch that has me stumped is this.
I have a specific folder, C:\Pk\content
That folder may be empty, or it may contain many nested subdirectories.
I want to delete all occurances of folders named "html" and any files
that are in them under that \content directory.
The "html" folders will not be in the C:\Pk\content folder, but will be
nested several layers down (not more than 4).
I can get the right syntax to delete a folder named html, but I can't
get the syntax to do the recursion.
Any help greatly appreciated!
them done with the help of google and many of the online resources.
One last batch that has me stumped is this.
I have a specific folder, C:\Pk\content
That folder may be empty, or it may contain many nested subdirectories.
I want to delete all occurances of folders named "html" and any files
that are in them under that \content directory.
The "html" folders will not be in the C:\Pk\content folder, but will be
nested several layers down (not more than 4).
I can get the right syntax to delete a folder named html, but I can't
get the syntax to do the recursion.
Any help greatly appreciated!