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
| ||||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
You could also do | |||
|
feedback
|
|
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 | |||
|
feedback
|