Hi There,

I have been using the beta version of Kix, 4.52 beta 2, because I wanted to use the updated RD command.

One thing I have noticed is that if I try to remove a directory it does not delete the folder I specify. It deletes all of the sub-dirs but not the root.

e.g.
RD "R:\Folder" /S
This will delete all sub-dirs but not the "folder" dir. Is this by design? I thought the whole point of RD was to delete the directory that you specify.

If you have a look at the commnets on the microsoft RD command.
"Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree."

What I am after is the "in addition to the directory itself" part.

Thanks.