cmd rm dir code example
Example 1: remove directory command line
Rmdir "C:\myfolder"
Example 2: how to delete dir in windows cmd
to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile
Rmdir "C:\myfolder"
to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile