-1

I have GUID based Image files such as

  • ff568205-e82c-4be8-aca8-18f40ec64e5a.PNG
  • 1f91e4e9-c163-4f28-acbc-dbb7693ef2e5.JPG

I have thousands of images folder and i need to rename all these file and add SML at the end of each image so that all my image will be renames to

  • ff568205-e82c-4be8-aca8-18f40ec64e5aSML.PNG
  • 1f91e4e9-c163-4f28-acbc-dbb7693ef2e5SML.JPG

I tried using few commands but got them all wrong one such command is

*.* *SML.* this renames the files but adds SML to the file extension

I am looking for resource which can help me do it using cmd prompt on windows.

DavidPostill
  • 162,382

1 Answers1

0

I used following command

ren *.* ?????????????????????????????????????"SML.*