Paris Polyzos' blog

a developer's notebook

Menu
  • Home
  • Articles
    • Notes
    • Snippets
  • Presentations
    • Podcasts
      • AzureHeads S01E01: Search in the cloud
  • Toolbox
    • Azure Toolbox: Storage
    • Azure Toolbox: Networking
    • All
  • Photography
  • Contact Me
  • Home
  • Articles
    • Notes
    • Snippets
  • Presentations
    • Podcasts
      • AzureHeads S01E01: Search in the cloud
  • Toolbox
    • Azure Toolbox: Storage
    • Azure Toolbox: Networking
    • All
  • Photography
  • Contact Me
  • Home/
  • Tag Archives: cmd

cmd

Batch rename files within subfolders using command prompt in Windows

ppolyzos December 15, 2016 15126 6 Comments
Snippets

If you have multiple files having an extension like jpeg and you want to batch rename them to jpg as extension you can do that with a single line of code: FOR /R %f IN (*.jpeg) DO REN "%f" *.jpg In my case I wanted to batch rename all my template files from .jade to .pug, as there was an issue with trademarks,…

Tags: cmd command prompt windows
Read More
azureheads
mvp paris polyzos

Recent Posts

  • How to set nested app settings in Windows and Linux Azure App Service

    July 29, 2021
  • Create an azure web app with app insights and a storage container using Terraform

    July 15, 2021
  • Write stateful workflows in a serverless compute environment with Azure Durable Functions

    November 14, 2020
ppolyzos

Software engineer based in beautiful Luxembourg

paris polyzos, microsoft certified professional developing microsoft azure solutions

Copyright 2021 ppolyzos.com, All Rights Reserved.