rmdir directory not empty command prompt code example
Example 1: cmd remove directory not empty windows
rmdir /S directory_to_be_deleted
Example 2: how to delete dir in windows cmd
to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile