Changin or replacing batch file name in a folder

 Open power shell by typing "powershell" in address bar of the folder


When open poershell type these command


get-childitem *.mp4 | ForEach { Move-Item -LiteralPath $_.name $_.name.Replace("OLD NAME-","NEW NAME")}


Comments

Popular posts from this blog

shopify custom html