Found an issue with the new RD /s command.
If the folder to be removed is empty then RD /s won't remove that folder. If you place a single file into the folder then it will remove the file and folder.
RD /S should remove the folder whether or not it is empty unless there are open files preventing it.
|