A question regarding rmdir
I tried to call rmdir /rebootok /r myFolder. myFolder is a full path to a folder which is not empty. It did remove everything within myFolder but an empty folder "myFolder" is still left behind. How can I remove the empty folder "myFolder" as well during the call? Thanks.