The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    how to rename multiple files at once

    Discussion in 'Windows OS and Software' started by Jay07, Mar 20, 2008.

  1. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    I have so many files and pictures with just random titles.
    I want to name them all the same and have a number at the end to differentiate them.

    For example
    say my pictures from Trip A are named randomnly
    How do I rename this whole folder as Trip A (1), Trip A (2) ... etc

    Is it possible to do this in windows xp?
    I know you can use automator for mac's, but what can i do on windows?
     
  2. swarmer

    swarmer beep beep

    Reputations:
    2,071
    Messages:
    5,234
    Likes Received:
    0
    Trophy Points:
    205
    Sure. Pick a scripting tool and learn it.
    Now, since I've worked with Unix a lot, my solution would be to install cygwin and do this:

    ls *.jpg | perl -lne '$n++; system("mv $_ TripA${n}.jpg");'

    Windows gurus might recommend Windows PowerShell instead, which I know nothing about.

    You could even use the built-in batch language... but I don't particularly recommend that... it's sort of antiquated.

    I don't know if there are any good GUI tools you could use... there might be.
     
  3. deputy963

    deputy963 Notebook Evangelist

    Reputations:
    117
    Messages:
    366
    Likes Received:
    1
    Trophy Points:
    31
    It's WAY simpler than that. Select +F2 + name and you're done. Windows will highlight the first selection in the list. You rename. Windows renames all highlighted files with the same name and a unique number.

    Read this - http://www.davescomputertips.com/newsletters/20071115.php#1 for a more detailed explaination and videos if you need examples.
     
  4. swarmer

    swarmer beep beep

    Reputations:
    2,071
    Messages:
    5,234
    Likes Received:
    0
    Trophy Points:
    205
    Wow, brilliant... I never knew you could do that in Explorer!
     
  5. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    i knew it would be something like that, i read it once in laptopmag, but forgot how to do it. Thanks REP!
     
  6. PDSF

    PDSF Notebook Guru

    Reputations:
    0
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    If you want a little more control over the resulting names, or want to search and replace etc. see Renamer.
     
  7. zoogle

    zoogle Notebook Consultant

    Reputations:
    12
    Messages:
    201
    Likes Received:
    0
    Trophy Points:
    30
    That's really nifty! Now I just feel terribly sad about all the hours I've wasted in the past...
     
  8. olyteddy

    olyteddy Notebook Deity

    Reputations:
    468
    Messages:
    1,369
    Likes Received:
    0
    Trophy Points:
    55
    I use a program called SetNametoTime on my JPEGs. It can rename based on the EXIF info, hence its ability to name based on time.

    PS, the version I have was freeware.
     
  9. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    thanks for the renamer program. I can use it at home but can't DL stuff at work.
    Is there a control that lets you put a title in front of all your files
    So say you have files named "PICTURE1" , "DOCUMENT1" "MYNOSEISBIG1"
    And you want to put the name april 2007 in front of all of these docs, is their a shortcut you can do that with in explorer?

    thanks again for your help!
     
  10. Sac9700

    Sac9700 Notebook Consultant

    Reputations:
    35
    Messages:
    140
    Likes Received:
    0
    Trophy Points:
    30
    I've used Lupus Rename for a few years, and really like it.
     
  11. captainpoch

    captainpoch Notebook Enthusiast

    Reputations:
    5
    Messages:
    46
    Likes Received:
    0
    Trophy Points:
    15
    for pictures I'd recommend http://www.irfanview.com/

    it is great for lookin at your pics and has loads of extra functions... like batch renaming, what you were lookin for...

    nice inside about the explorer function too! never heard about that one...
     
  12. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    Thanks but is their a way to do this without downloading a program. Like Mac's have automator built in to do a function like this, is there a way to use a shortcut key (like F2) to put a title in front of all you files?
     
  13. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    anyone know a way to do it simply in windows explorer?
     
  14. niGht kiD

    niGht kiD .. beach boy ♫

    Reputations:
    319
    Messages:
    843
    Likes Received:
    0
    Trophy Points:
    30
    Sweet :) Thanks!
     
  15. Jay07

    Jay07 Notebook Consultant

    Reputations:
    13
    Messages:
    267
    Likes Received:
    0
    Trophy Points:
    30
    im bumping this
    someone either have the yes or no?
     
  16. captainpoch

    captainpoch Notebook Enthusiast

    Reputations:
    5
    Messages:
    46
    Likes Received:
    0
    Trophy Points:
    15
    did you read this post jay? ;)
    or what were you lookin for