forum Posting Question...

Apr 2, 2011
1,631
15
55
North Carolina, USA
MOVE command - Move files to a new directory
 

Attachments

  • Capture.JPG
    Capture.JPG
    43.7 KB · Views: 175
Please compare the test and the image attached in the initial positng above please.
Not sure what your asking?

Perhaps there is a missing attachment or "test" file listing.
 
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...
 

Similar threads