Deleting directories recursively

Pradeep

Storage? I am Storage!
Joined
Jan 21, 2002
Messages
3,845
Location
Runny glass
Ok, so I have a bunch of directories, all at the same level, and they all have a directory called Output in them.

I need to delete the Output folders (or at least delete their contents).

I tried del /s Output but it didn't do jackshit from the root dir.

I'm sure I'm missing something here.

Thanks, Pradeep
 
Top