Change the extension
Solved/Closed
ragus
-
invité -
invité -
Hello,
I would like to change the extension of several files at once, for example: polo.bmp to polo.jpg
Thank you.
I would like to change the extension of several files at once, for example: polo.bmp to polo.jpg
Thank you.
19 réponses
Hello
There is a rustic but effective method:
1> Place all your files in a folder like C:\Work
2> start Run CMD and confirm
2> navigate to the folder using the CD command
example: CD c:\work + enter
you should see C:\Work> displayed before proceeding
If you are not on the correct disk (partition) you need to type its letter and hit enter
example D: + enter
3> type ren *.jpg *.bmp and press enter
(ren stands for rename * is a wildcard replacing any name)
the conversion is done, then type Exit + enter or close the window
There is a rustic but effective method:
1> Place all your files in a folder like C:\Work
2> start Run CMD and confirm
2> navigate to the folder using the CD command
example: CD c:\work + enter
you should see C:\Work> displayed before proceeding
If you are not on the correct disk (partition) you need to type its letter and hit enter
example D: + enter
3> type ren *.jpg *.bmp and press enter
(ren stands for rename * is a wildcard replacing any name)
the conversion is done, then type Exit + enter or close the window
boudi
Awesome, thank you!