38
submitted 1 year ago* (last edited 1 year ago) by Squa64res@lemmy.ml to c/asklemmy@lemmy.ml

In case of renaming multiple file extensions to another, they suggested to type this command in cmd promt or powershell: ren *.(current extension name) *.(new extension name)

But what about to renaming multiple file extensions to nil or no file extension? How to replace this command *.(new extension name) ?

you are viewing a single comment's thread
view the rest of the comments
[-] Brotherly@lemm.ee 2 points 1 year ago

I'm not a cmd prompt expert, but does

ren *.(current extension name) *

work?

To test it, make a new directory and create 2 files there with the same extension. Then, run that code in that directory and check the result.

[-] Squa64res@lemmy.ml 1 points 1 year ago
[-] Tolookah@discuss.tchncs.de 2 points 1 year ago
[-] intensely_human@lemm.ee 2 points 1 year ago

It’s all wrong!

[-] dudemanbro@lemmy.dbzer0.com 1 points 1 year ago

The cmd route should work. Done it many times doing like .mp4 to .m4b. You go I to cmd (command). Type the following: cd "FILE-PATH" (without quotations). Hit enter. Then type: ren *.file-type *.file-type Example would look like: ren *.jpg *.PNG This woukd be renamed the files all from jpg to png

this post was submitted on 16 Sep 2023
38 points (95.2% liked)

Asklemmy

43334 readers
899 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS