Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

rename nearly 300 files in a folder 1-300

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


    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,065 ✭✭✭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: 92,385 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,529 ✭✭✭✭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