Auto-create multiple folders and save files inside it, in one click!!

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Code:
    @echo off
    for %%i in (*) do (
    if not "%%~ni" == "organize" (
    md "%%~ni" && move "%%~i" "%%~ni"
    )
    )

Komentáře • 64

  • @keneisinger9522
    @keneisinger9522 Před 11 dny

    Brilliant! Bravo! Eureka! A thousand thanks, this is enormously helpful.

  • @drjones762
    @drjones762 Před 10 měsíci

    Bless you, lady!
    This script does literally 100% exactly what I needed!! I have a bunch of files in one folder, and I wanted to create separate folders for each file, based on the file name. this does EXACTLY that, instantly!
    It creates a folder named exactly the same as the file, then moves the file into the folder! Brilliant!
    Thanks so much!!

  • @ziggytipper
    @ziggytipper Před 26 dny

    oh my goodness, this was EXACTLY what i was looking for. Thank you SO MUCH!!!!!!

  • @carlnelson3893
    @carlnelson3893 Před 2 lety +3

    Very smart batch program!
    I am interested in a batch routine that would go through a long list of directories and copy out the files within and place all files in the root or parent directory, even better a new dir with all the files in it.... I have to do this manually all the time!

  • @satyajitmahapatra9487
    @satyajitmahapatra9487 Před 2 lety

    You are brilliant. Wish I can donate some money to you for this video. You saved my April month.

    • @whiteboard3210
      @whiteboard3210  Před 2 lety

      Thanks Satyajit. Happy that I could help you... if you wish to donate, you may do so to my little kiddo on his channel #MrGamer czcams.com/channels/Rd7W91xNYq_hKPvA0zLXBA.html

  • @Budgies_Lovers_UAE
    @Budgies_Lovers_UAE Před 2 lety +1

    Awesome.....that is exactly what I was looking for. Thanks alot.

  • @Youbetterwatchthesetoo
    @Youbetterwatchthesetoo Před 6 měsíci

    This video was so useful, thank you very much. hope you have a nice day

  • @DakotaDunlap69
    @DakotaDunlap69 Před 2 dny

    Worked perfectly thanks

  • @lsamurai4041
    @lsamurai4041 Před 2 lety +1

    Great! Thank you very much, you saved my time and a lot of manual work

  • @rygar4615
    @rygar4615 Před 2 lety

    Wow!!!.. you are a genius. Thank you I been looking for some thing like this for years.

  • @dhasmana36
    @dhasmana36 Před 2 lety +1

    Wow- you saved my time. Thanks!

  • @zacharystevens6554
    @zacharystevens6554 Před měsícem

    Omg you are amazing.

  • @joaomelo8359
    @joaomelo8359 Před rokem

    it worked very well. thank you for sharing

  • @nguyenthuthuy1243
    @nguyenthuthuy1243 Před rokem +1

    Thank you for your guide, it's so easy to follow. Just wonder, if I would like to create file with part of the name, what should I do? Just like your files, I only want to create folders with year number "2015"... only.

  • @RNB1
    @RNB1 Před dnem

    Works well but some folders have the correct name but empty

  • @blurryguy
    @blurryguy Před 3 měsíci

    Brilliant! What does it do if there are other folders in the folder?

  • @robertorober7369
    @robertorober7369 Před 2 měsíci

    It's Magic. Thanks.

  • @Art-Shop_gr
    @Art-Shop_gr Před měsícem

    Thank you Thank you THANK YOU!

  • @abdoenc3581
    @abdoenc3581 Před 2 lety

    Thank you very much. You helped a lot !! PEACE !!

  • @heeradangi7262
    @heeradangi7262 Před rokem

    Very good i m searching for 3 day! But u solved my problem l thanks

  • @MOOTANT1
    @MOOTANT1 Před 8 měsíci

    Excellent - thanks 😎

  • @christophepetchanatz3028

    great, very useful, thank you !

  • @Farahandirujii
    @Farahandirujii Před rokem

    We Can Also make a zip or rar for all the files. And then extract as separate folder.

  • @chrisdsouza2697
    @chrisdsouza2697 Před 2 lety +1

    Thanks this is big game changer for me

  • @mwktalks4170
    @mwktalks4170 Před 2 lety

    Its helps 😀. Thanks Teacher

  • @safsoof79
    @safsoof79 Před 10 měsíci

    Great ...amazing :)

  • @azy2355
    @azy2355 Před rokem

    Wow...very nice

  • @jeetvasavada9187
    @jeetvasavada9187 Před rokem

    Thanks a lot dear!

  • @amrsoliman2569
    @amrsoliman2569 Před 2 lety

    I used it before and it was very helpful. now i'm using it but it creates folders without moving files inside it. Please advise.

  • @KhairMuhammadKumbher
    @KhairMuhammadKumbher Před 2 lety

    This is awesome, I am only for the searching for this method.
    But I need another code if possible then it would be great full for me.
    My folder has 1000+ files but I want to creat folder of move 40 files in each folder.

  • @7mikekim2
    @7mikekim2 Před 2 lety

    Many thanks. It's magic.

  • @michaelallen1359
    @michaelallen1359 Před 6 měsíci

    Thank You.

  • @polred2874
    @polred2874 Před 5 měsíci

    Thanks A lot..

  • @piccolovideos
    @piccolovideos Před rokem

    god bless you, thanks a lot!

  • @mohammadtariq2197
    @mohammadtariq2197 Před 7 měsíci

    Thanks you

  • @careerwithcomputer
    @careerwithcomputer Před 11 měsíci

    Well Done

  • @sultandhaliwal7522
    @sultandhaliwal7522 Před 2 lety

    Hi - Can you help me with my query?
    I have a folder which has hundreds of files such as Invoices from different suppliers pertaining to different months, statements from different suppliers pertaining to different months, and lastly bank payment receipts pertaining to different suppliers and different months.
    Now, I wish to automate moving all these files to respective supplier folders which have already existing subfolders with different months. So, all the files get filed to thr right locations.
    How can I do this please?

  • @mktr1414
    @mktr1414 Před 2 lety

    Many Thanks, But what about if I want to move them to existing files based on part of the pdf name.

  • @omaljose646
    @omaljose646 Před 11 měsíci +1

    no txt to remove while renaming .remaining as text what to do

    • @shaincx
      @shaincx Před měsícem

      put it inside zip and rename it😂

  • @dustonmeyer3770
    @dustonmeyer3770 Před rokem

    I am wanting to create folders like this but if i have 1000 files how do i set it up so if i click the organize it will put 25 files in each folder so I have 40 folders with 25 files in it

  • @Martichy09
    @Martichy09 Před rokem

    The hack is amazing! But please, PLEASE, the whole video could fit in 1 minute.

  • @christinachaikovska8309
    @christinachaikovska8309 Před 10 měsíci

    THANK YOU!

  • @ahmedhalim2474
    @ahmedhalim2474 Před rokem

    Thank You 🙏

  • @Saintel
    @Saintel Před 10 měsíci

    Do you have anything like this for the Mac?

  • @bozidargluscevic8938
    @bozidargluscevic8938 Před rokem

    Does this also apply to photos? Failed to create photo folders for me.

  • @funnyvideos-gm2ph
    @funnyvideos-gm2ph Před 2 lety

    really useful thankyou

  • @madalinjugravu300
    @madalinjugravu300 Před rokem

    Hi do anyone know how to make folders automatically with characters such as „ö,ä,ü“?

  • @Deadmare
    @Deadmare Před 3 měsíci

    didn't work only file that got put in folder was the bat file

  • @rygar4615
    @rygar4615 Před 2 lety

    Du you know a way to rename the file to the same name one's you put them in folders? thank you for you help.

  • @alsoeris
    @alsoeris Před rokem

    thank you

  • @elnabz4731
    @elnabz4731 Před rokem

    What if you want to reverse it? Is it possible?

  • @mohammadtariq2197
    @mohammadtariq2197 Před 7 měsíci

    can anybody tell me if there is 1 pdf and 1 dwg file

  • @hoseinbebany
    @hoseinbebany Před rokem

    is there not an app to do this

  • @haitibenefits4786
    @haitibenefits4786 Před 2 lety

    Your smart

  • @kishanlathiya6609
    @kishanlathiya6609 Před 3 lety

    And how to undo it?

  • @ronniewilcox3087
    @ronniewilcox3087 Před rokem

    this was useless

  • @fairozemm5505
    @fairozemm5505 Před 2 lety

    Great! Thank you very much, you saved my time and a lot of manual work