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
xcopy dirA dirB /S
where /S indicates skipping 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
xcopy dirA dirB /S
where /S indicates skipping empty folders