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) ?

  • @[email protected]
    link
    fedilink
    11 year ago

    I have no idea what im talking about, but why not try in a folder with a couple of files writing nothing after the *. ?

    • @[email protected]OP
      link
      fedilink
      21 year ago

      there are more than 300 files in multiple folders that I need to remove the file.extension, doing it 300 times is a tad difficult.

      • @[email protected]
        link
        fedilink
        21 year ago

        The purpose of trying it in a folder with a few options is to perfect the command before applying it to the entire target pool.