Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

forum Posting Question...

Apr
1,793
15
MOVE command - Move files to a new directory
 

Attachments

  • Capture.JPG
    Capture.JPG
    43.7 KB · Views: 253
Please compare the test and the image attached in the initial positng above please.
 
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

Back
Top