Our website is made possible by displaying online advertisements to our visitors.
Please consider supporting us by disabling your ad blocker.
Results 1 to 7 of 7

Thread: Extracting files from folders

  1. #1
    Alchemy's Avatar
    Join Date
    Jan 2009
    Location
    South of France
    Posts
    1,170

    Default Extracting files from folders

    Anyone here know a quick way of moving the files from 615 folders to one new folder? I want to put all my album tracks in one folder and manually it will take me a long, long time.
    ...the chemistry of music
    ''''

  2. #2
    discomobiledj's Avatar
    Join Date
    Sep 2007
    Location
    Worldwide
    Age
    43
    Posts
    2,433

    Default

    copy and paste
    Steve

  3. #3
    Vectis's Avatar
    Join Date
    Oct 2006
    Location
    Ascog
    Age
    56
    Posts
    9,492

    Default

    Mac or Windoze?

    Mac piece of wee. Run up Terminal.

    cd <source_directory_header>
    mv */* /<target_directory>


    Windoze

    Order a pizza
    Grab a wrist rest
    Get stuck in

    Unless you install a decent command line interpreter such as bash running under Cygwin or similar.

  4. #4
    Web Guru Marc J's Avatar
    Join Date
    Feb 2007
    Location
    Edinburgh
    Posts
    3,340

    Default

    Assuming you're using windows if all the folders are subfolders of a parent folder, and the files you're moving are the only contents, do a search on the parent folder for *.* (or all files) and cut and paste from the search results window.

  5. #5
    Vectis's Avatar
    Join Date
    Oct 2006
    Location
    Ascog
    Age
    56
    Posts
    9,492

    Default

    Quote Originally Posted by Marc J View Post
    cut and paste from the search results window.
    ... hastily grabs pen and little black book ...

  6. #6
    Alchemy's Avatar
    Join Date
    Jan 2009
    Location
    South of France
    Posts
    1,170

    Default

    Quote Originally Posted by Marc J View Post
    Assuming you're using windows if all the folders are subfolders of a parent folder, and the files you're moving are the only contents, do a search on the parent folder for *.* (or all files) and cut and paste from the search results window.
    Genius Marc, I'm running Windows 7 and I do believe that will work. Thanks you have saved me a lot of tedious work.
    ...the chemistry of music
    ''''

  7. #7

    Join Date
    Feb 2006
    Location
    Tranent, Nr Edinburgh
    Age
    41
    Posts
    8,010

    Default

    Quote Originally Posted by Marc J View Post
    Assuming you're using windows if all the folders are subfolders of a parent folder, and the files you're moving are the only contents, do a search on the parent folder for *.* (or all files) and cut and paste from the search results window.
    This is exactly what I do. If you're searching for MP3s only, obviously change the search string to '.mp3'.

    If you have a large number of files with the same name, this method will not work for duplicate file names, so you'd need to download a batch file re-namer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •