Bulk Rename - Nov 17, 2022
Commands
- File Rename Command : Get-ChildItem | Rename-Item -NewName {$_.LastWriteTime.ToString("yyyyMMdd_hhmmss") + ($_.Extension)}
- Extention Rename Command : dir -Filter "*.xxx" -File | ren -NewName { $_.name -replace "$", ".xxx" }
00:00 Introduction
00:37 Glitch Intro
00:42 File Rename Command
03:09 Extension Rename Command
04:30 Subscribe me!
04:56 Thanks for watching!
An article by Anupa Prabhasara