- Jun
- 789
- 7
I would like commands to move and copy a folder and its contents to another location. For example, if I have folders
c:\Foo
c:\Bar
then I could do something like
c:\>movefolder Foo Bar
and the result would be that c:\Foo would be gone, c:\Bar\Foo would now exist, and whatever had been in c:\Foo would now be in c:\Bar\Foo. I'd also like to be able to do
c:\Foo>movefolder * c:\Bar
to move all the folders and their contents that are in c:\Foo\ to c:\Bar\.
This is easy to do using Windows Explorer.
c:\Foo
c:\Bar
then I could do something like
c:\>movefolder Foo Bar
and the result would be that c:\Foo would be gone, c:\Bar\Foo would now exist, and whatever had been in c:\Foo would now be in c:\Bar\Foo. I'd also like to be able to do
c:\Foo>movefolder * c:\Bar
to move all the folders and their contents that are in c:\Foo\ to c:\Bar\.
This is easy to do using Windows Explorer.