root\fldr1 has exe files
root\fldr2 does not have exe files
root\fldr3 has exe files
move /n:e /md /r /s root\*.exe dest\
dest\fldr1
dest\fldr2
dest\fldr3
would all be created
I'd love to have a news switch so that it would keep track of what folders were made and check those in reverse and remove them if they folders were empty. So after using this new switch
dest\fldr1
dest\fldr3
would be made
dest\fldr2
would not be made...