1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Mass changing file extensions

Discussion in 'Windows XP' started by xi0n101, 2005/12/27.

  1. 2005/12/27
    xi0n101

    xi0n101 Inactive Thread Starter

    Joined:
    2005/12/27
    Messages:
    3
    Likes Received:
    0
    I have about 400 files that are currently x.txt

    i gotta change them to x.xml, althought i seriously dont want to go thru 400 files.

    I know how to do a mass file name change in linux with a regex, but i cant find anything like the for windows.

    What can i do?
     
  2. 2005/12/27
    Christer

    Christer Geek Member Staff

    Joined:
    2002/12/17
    Messages:
    6,585
    Likes Received:
    74
    Hello xi0n101,
    welcome to the Windows BBS ...... :) ...... !

    I have not had the time to check it out but maybe NONAGS - File Management & Tools - Freeware offers a utility that can do what you want?

    Please, post back with your findings/solution!

    Christer
     

  3. to hide this advert.

  4. 2005/12/27
    xi0n101

    xi0n101 Inactive Thread Starter

    Joined:
    2005/12/27
    Messages:
    3
    Likes Received:
    0
    hey.

    Thanks.

    Well i didnt try that but i found a program called '123renamer' it looks VERY old. So out of date, but actully very powerful.

    That did it in 2 clicks. so perfect solution.

    Thanks Anyway,
    Mitch
     
  5. 2005/12/27
    Christer

    Christer Geek Member Staff

    Joined:
    2002/12/17
    Messages:
    6,585
    Likes Received:
    74
    You're welcome ...... :) ...... !

    Where did you find '123renamer' ?

    Christer
     
  6. 2005/12/27
    xi0n101

    xi0n101 Inactive Thread Starter

    Joined:
    2005/12/27
    Messages:
    3
    Likes Received:
    0
  7. 2005/12/27
    skeet6961

    skeet6961 Inactive

    Joined:
    2005/09/03
    Messages:
    522
    Likes Received:
    0

    ren *.txt *.xml

    ;)


    or for/do loop it if u'r (set) is in and below one folder structure - like all files in c:\t1 and below, the loop would be:

    for /R c:\t1 %i in (*.txt) do ren %i *.xml

    if u batch this, use double %% signs
     
    Last edited: 2005/12/27

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.