1.

Solve : Folder Wildcards?

Answer»

How might I be able to copy or move folders using wildcards?

For instance, I want to be able to move all folders with "2005" in their NAME to another folder.

Using "move 2005* [DESTINATION]" doesn't work, as no folder by that name can be found.

I was surprised that using wildcards works for files, but not for folders - so how do I get AROUND this?

move 2005*. [destination]
should work

uli



Discussion

No Comment Found