Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Moving Multiple files (pics) From One Folder TO multiple Folders  (Read 3824 times)

0 Members and 1 Guest are viewing this topic.

swapnilk716

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 7
    I have created multiple folders using batch file i.e. md 1,md 2,...,md n successfully. Now i want to move multiple files from different source on same computer to these folder, Files and folders have same name i.e. I want to move 1_p.jpg and 1_s.jpg to folder named 1 dynamically, is this possible? If yes then how i have more than 5000 folders and 1500 files to be moved so its time taking and irritating, any help will be appreciated, Thank you in advanced (Programming solution in any language can be helpful)

    foxidrive



      Specialist
    • Thanked: 268
    • Experience: Experienced
    • OS: Windows 8
    Re: Moving Multiple files (pics) From One Folder TO multiple Folders
    « Reply #1 on: March 04, 2014, 03:10:02 AM »
    I want to move 1_p.jpg and 1_s.jpg to folder named 1 dynamically, is this possible?

    It is possible, and folders could have been created too - but the actual format of the filenames is important as batch is sensitive to the makeup of the text it is parsing.

    You have to confirm that the folders are named 1,2,3,4,5, etc and that the filenames are number_name.jpg