How to rename many files?

Discussion in 'General Chat' started by misohoni, Oct 16, 2008.

  1. #1
    I've got Windows XP and about 30k files which need to be converted to .jpg format.

    I've been having to rename each file individually, but it's taking ages. I've tried batch processing in Fireworks to jpeg, but since the file types are unknown, it didn't work...

    Any suggestions?
     
    misohoni, Oct 16, 2008 IP
  2. giorgioarmani

    giorgioarmani Well-Known Member

    Messages:
    2,634
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I think it's called Tweak XP, its a program that can help you do that...
     
    giorgioarmani, Oct 16, 2008 IP
  3. misohoni

    misohoni Notable Member

    Messages:
    1,717
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    200
    #3
    misohoni, Oct 17, 2008 IP
  4. msi52

    msi52 Peon

    Messages:
    549
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what's the current file names and what will be the new file names ? can you pls give some more details ?
     
    msi52, Oct 17, 2008 IP
  5. misohoni

    misohoni Notable Member

    Messages:
    1,717
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    200
    #5
    The file names look like this:

    - 140434_5675_jpgfe3875219f048a99b8d4456c3c3903de (no file extension)

    and all need to change to .jpg format ;)
     
    misohoni, Oct 17, 2008 IP
  6. flippers.be

    flippers.be Peon

    Messages:
    432
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    open a command window, go to the directory where the files are and type:
    ren *. *.jpg

    and it will put .jpg after each file, keeping the rest of the filename
     
    flippers.be, Oct 17, 2008 IP
  7. misohoni

    misohoni Notable Member

    Messages:
    1,717
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    200
    #7
    thanks, this works great!
     
    misohoni, Oct 17, 2008 IP