Answers for "command prompt remove non empty folder windows"

5

delete non empty directory cmd

rm -rf directoryname
Posted by: Guest on April-14-2020
0

remove non empty directory windows

C:>rmdir /S nonemptydir
nonemptydir, Are you sure (Y/N)? y 
C:>
Posted by: Guest on June-28-2021

Code answers related to "command prompt remove non empty folder windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language