windows delete directory and all files cmd code example
Example: how to delete dir in windows cmd
to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile
to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile