Skip to content

. / Rubber Chickin

® A Modest Larger-Than-Life Tech Blog™, inc.

  • News
  • Podcast
  • How To’s
  • Books List
  • About
  • Contact

Windows Batch Renaming

May 10, 2017May 10, 2017

How To Rename Multiple Files on Windows

Three steps to Batch Rename Multiple Files on Windows

  1. Open “Windows PowerShell” App. It comes with windows 10.

  2. Go to your desired directory.

  3. Type in the following command replacing part of the string:

dir | rename-item -NewName {$_.name -replace " ", "_"}

In this case I am replacing spaces with underscores in a file name.

Categories HowTo, RandomCategories Windows Batch Renaming

About

A blog about tech, coding, entertainment, and other random ramblings.

Recent Posts

  • Interview Date
  • Nomad AI – on-device ai assistant that works offline
  • Announcing the Best Free Online Guitar Tuner: Tune Your Guitar Quickly & Easily!
  • Think Different: Steve Jobs’ Quest for Perfection
  • Talking with Machines: The Rise of Large Language Models
  • Layers of Connection: Demystifying the OSI Model
  • Cyber Wars: Inside the Battle for Digital Security
  • Behind the Kernel: Exploring the World of Operating Systems
  • AGI Awakens: Will Machines Outsmart Humanity?
  • ANN-atomy: Inside the Mind of Neural Networks
  • Getting Intimate with Stacks: LIFO and Chill
  • Achieving the Big O: Maximizing Performance in Code (and Beyond)




Rubber Chickin, 2021.