CMD: Delete empty folders

There is a complex way to delete all the empty folder inline(at same location), but an easy way will be copy all the content to another folder be skipping empty folder

You can see this post for reference

xcopy dirA dirB /S

where /S indicates skipping empty folders

Leave a Reply

Your email address will not be published. Required fields are marked *