Answers for "windows command to delete non empty folder cmd"

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 "windows command to delete non empty folder cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language