About 447,000 results
Open links in new tab
  1. windows - How can I mass rename files? - Super User

    Sep 28, 2014 · Btw how can we select it to open all the files within subfolders? I've got a root folder with roughly 50 subfolders (recursively) and multiple files within them.

  2. cmd.exe - Windows rename multiple files - Super User

    Jul 14, 2019 · Windows rename multiple files Ask Question Asked 6 years, 5 months ago Modified 4 years, 9 months ago

  3. How do I rename a bunch of files in the Command Prompt?

    As far as I know, this only works on Windows 7, but if you select a bunch of files, and you press F2, or Right-click->rename, you can rename the first one, and the rest will get the same name, with (1), (2), …

  4. Windows CMD: Add Suffix to all files in folder - Super User

    Nov 30, 2016 · 11 I have a folder with 120 .cs files. What I need to do is add "DO" to every files name, before the extension. Heres what i came up with: ren *.cs *. //this removes all file extensions ren *.* …

  5. Is there a way to change multiple file extensions at once on Windows …

    Jan 9, 2024 · The Microsoft support page gives a method for quickly renaming many files, but it only changes the names and keeps the original extensions, even if I have the option set to show file …

  6. Renaming a section of filename for multiple files in powershell or ...

    Aug 27, 2020 · Renaming a section of filename for multiple files in powershell or command prompt Ask Question Asked 5 years, 4 months ago Modified 2 years, 4 months ago

  7. rename - How do I remove the same part of a file name for many files …

    Basically, I have an album of music and I want to remove the authors name from all of the mp3 files instead of having to manually do it myself. Is there a function in Windows 7 Ultimate that can do...

  8. How to rename multiple files by adding or removing suffix or prefix in ...

    Aug 24, 2015 · Closed 10 years ago. I have multiple files in a folder all the different name in windows with common suffix say _(new). Example: File Name_(new).mp4 How do I rename all the files by …

  9. How to add a prefix to all files and folders in a folder? (windows)

    Jan 18, 2016 · 21 The following command only changes the name of the files but not the folders. for %a in (*) do ren "%a" "00_%a" Notes: Using for as above is not advised. There is a possibility that files …

  10. How does the Windows RENAME command interpret wildcards?

    Sep 16, 2012 · The Windows RENAME command, also known as the REN command, allows you to rename files and directories from the command prompt. When using wildcards with the RENAME …