The folder I am trying to delete has sub folders and those sub folders have their child folders. So, it's a huge tree of folders. Please advise.

link|improve this question
I've never seen a path where it was too long to delete :) ..how deeply do you need to cd into the tree before running rd /q/s <folder> works properly? – warren Sep 24 '09 at 12:02
feedback

1 Answer

rmdir /S [Directory]

Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree.

Is that what you're trying to do?

link|improve this answer
1  
It still says something like File is too long.. – Saj Aug 24 '09 at 6:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.