I want to move all files that are returned from:
c:\blah\:> dir *foobar*
into a folder blah\foobar
|
I want to move all files that are returned from:
into a folder blah\foobar |
||||
|
|
|
You could also do |
|||
|
|
|
From blah\, try:
If the second blah doesn't exist, you'll need to create it:
If you were in \foobar, you'd want to go:
as .. represents the folder above the current folder (so |
|||
|
|