I had a situation today that caused me some grief. I cloned subfolder contents into a USB hard drive and I thought only the contents of the subfolders were copied. Instead...it turned out I had duplicated the subfolder structures themselves into the new directory.
Unfortunately...my mistake was two fold. I first manually copied the files from the subfolders using Beyond Compare as I didn't see how I could construct a kiddie script on the fly in Directory Opus to do the same thing. The problem was I did the copy from Beyond Compare incorrectly...causing me to copy the subfolder structures along with the files into the USB drive.
My second problem once I saw the error of my ways was trying to figure out how to extract the contents of these subfolders into the current folder without manually going through each one. As it happened...I tried to see how time consuming it would be to do this manually...by actually getting into each subfolder and then "moving" the contents into the parent directory. I did this for two subfolders before I realized it would cost me way too much time. So I went back into Beyond Compare and redid the operation...only this time I set it correctly to follow my instructions.
However, there must have been a way for me to do this via Directory Opus without going through the mess I did. Does anybody know of any commands I could have put together in a script for a button that allows me to move the contents of the subfolders and puts them into the parent without manually entering each subfolder? Thanks.