how to delete files recursively in DOS - Stack Overflow

how to delete files recursively in DOS - Stack Overflow

瀏覽:382
日期:2026-04-23
I have the directory structure /foo/bar/fooBar/.. . I want to write a dos command where I can mention the path till foo directory and it deletes all the files and directory recursively in /foo , but it should NOT delete the foo directory. I have been usin...看更多