I want to move several hundred files from one hard drive to another while adding a new sub-directory. For example I have the file '3 Days to Kill (2014).avi' currently located in the directory Movies on a drive named Movies 1... ergo
/volumes/Movies 1/Movies/3 Days to Kill (2014).avi
I want it moved to:
/volumes/Media/Movies/3 Days to Kill (2014)/3 Days to Kill (2014).avi
My attempts have failed and I need some advice. Here is my latest macro:
Although I have tried several iterations, nothing seems to work.
Another situation to know about is that some files have the same name with differing extensions. For example I may have:
3 Days to Kill (2014).avi
3 Days to Kill (2014).srt
Both files should end up in the same sub-directory.
I would appreciate some help and advice.
Thanx
Ken