• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

new question deleting non-empty subdirectories using DOS?

The Dancing Peacock

Diamond Member
I had some stuff that I wanted to take out of my windows directory so I could format, but I couldn't copy *.* and get subdirectories. Is there a flag that I can pass to the DOS copy command that will do subdirectories? I tried copy -r *.* c:\mydir but that wouldn't work
 
I knew that xcopy would allow me to do it, but it wasn't on this boot disk that I was using, so that's why I was wondering if there was a recursive flag.

 
what about deleting non-empty subdirectories. I tried all variations of rm -rf or del -rf and I couldn't do it. Working in Linux and Irix has made me forget all my DOS commands. I have a finite space in my neural net for command line commands 🙂
 


<< what about deleting non-empty subdirectories. I tried all variations of rm -rf or del -rf and I couldn't do it. Working in Linux and Irix has made me forget all my DOS commands. I have a finite space in my neural net for command line commands 🙂 >>

haha, oh yea, I know what you mean. rm -rf is so potent that it's scary. 😀
 


<<

<< deltree *directory*

🙂
>>



I should have remembered that one. Haven't had to mess around in DOS for a while...thanks 🙂
>>



DOS 0wnz. 🙂
 
Back
Top