Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

rename nearly 300 files in a folder 1-300

  • 13-12-2005 11:38PM
    #1
    Registered Users, Registered Users 2 Posts: 1,291 ✭✭✭


    is there an easy way to sequentially rename a lot of files in a folder . IE a-z-aa-zz or 1-200.

    any suggestions

    cheers

    Eoin


Comments

  • Registered Users, Registered Users 2 Posts: 2,651 ✭✭✭Spunog UIE


    there are loads of programs to do this, I'm sure there's a dos way to do it. Anyhew, I use http://www.snapfiles.com/get/flexrenamer.html for most of that. Pretty easy to use too.


  • Closed Accounts Posts: 2,669 ✭✭✭mukki


    one good program to use it windows xp

    select all the files, then right click on the top one and give it a new name, and they will all be given the same name with rising numbers at the end


  • Registered Users, Registered Users 2 Posts: 7,062 ✭✭✭Fighting Irish


    mukki wrote:
    one good program to use it windows xp

    select all the files, then right click on the top one and give it a new name, and the will all be given the same name it rising numbers at the end

    How come everyone doesn't know this already


  • Closed Accounts Posts: 2,669 ✭✭✭mukki


    How come everyone doesn't know this already


    does the mean

    how come nobody knew this already :D


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 98,157 Mod ✭✭✭✭Capt'n Midnight


    you could also use something like (pseudocode needs debugging )
    [php] x=1
    dir /o/b> list
    for /F "delims=*" %%a in (list) do call :name "%%a"
    goto end

    :name
    set /A X=%X%+1
    rename %1 %~n1_%X%.%~x1
    goto end

    :end[/php]


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 55,790 ✭✭✭✭Mr E


    http://www.bulkrenameutility.co.uk/

    I use it at least 3 times a week. Brilliant freeware app, and incredibly powerful.

    You can pad the numbers too, e.g. 001,002,003 etc. (XP doesn't do this, afaik)


Advertisement
Advertisement