How do I move all of the sub-folders within a master folder, but NOT the master folder itself.
The source path is c:\book\music\
I don’t want to move the master folder itself because I’m getting an I/O Device error.
What code can I use to do this? Kindly, please spell code out because I am a baby with the command-line 🙂
Here is a longish script, but it should work pretty well.
It uses “dir”, but you might look at “forfiles” as well.
Forfiles is more flexible, but really it is difficult to use.