How to change name of files and folders incl. subfolders to lower case?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MIRKOSOFT
    PCHF Member
    • Aug 2016
    • 203

    #1

    How to change name of files and folders incl. subfolders to lower case?

    Hi!

    I need to change folder names and filenames incl. extensions to lower case in all folders of main selected folder - as deep as possible - so incl. subfolders and files in them.

    It can be in BAT file possible to execute in form:
    β€œrename.bat” β€œ%1” or similar - to use with selected folder (need to do it with more folders).
    Sadly I have no idea how to browse for files and folders and each rename them by single command / few commands.

    Thank you all for help.
    Miro
  • veeg
    PCHF Director
    • Jul 2016
    • 8982

    #2
    Hopefully some of our members will chime in soon.

    @plodr @Rustys

    Comment

    • MIRKOSOFT
      PCHF Member
      • Aug 2016
      • 203

      #3
      Please, don’t write links to members, I want not to ask anybody who maybe wants not to help.
      I don’t want to be vermin. I have nothing against them, but I’m afraid to ask…

      Miro

      Comment

      • Rustys
        PCHF Member
        • Jul 2016
        • 7862

        #4
        Are these file and folders that you have created?

        Some (not sure on windows) Operating system get freaked out if you change stuff like that.

        Comment

        • MIRKOSOFT
          PCHF Member
          • Aug 2016
          • 203

          #5
          These files are not for Windows and not system files, they cannot affect Windows.
          Miro

          Comment

          • Rustys
            PCHF Member
            • Jul 2016
            • 7862

            #6
            Did a simple Google search and found this see if it helps or get you in the proper direction. There are more here a just a few.

            [URL unfurl="true"]https://stackoverflow.com/questions/14359379/how-to-batch-convert-file-names-to-lowercase-and-also-update-their-references-in[/URL]

            or

            [URL unfurl="true"]https://superuser.com/questions/65302/is-there-a-way-to-batch-rename-files-to-lowercase[/URL]

            or

            [URL unfurl="true"]http://www.robvanderwoude.com/battech_convertcase.php[/URL]

            Comment

            • MIRKOSOFT
              PCHF Member
              • Aug 2016
              • 203

              #7
              Thank you very much!

              I found in one thread utility Wild Rename and it’s much more than renamer to ULCASE…
              Thread can be marked as solved.
              Miro

              Comment

              • veeg
                PCHF Director
                • Jul 2016
                • 8982

                #8
                Thanks for the update.

                Comment

                • Rustys
                  PCHF Member
                  • Jul 2016
                  • 7862

                  #9
                  Glad that helped :LOL:

                  Comment

                  Working...