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

Changing File Extensions Automatically

  • 18-11-2003 5:36pm
    #1
    Registered Users Posts: 648 ✭✭✭


    i have to cahnge 1000+ file extensions from one extention to another... is there any software / way to automate this?


Comments

  • Registered Users Posts: 648 ✭✭✭ChicoMendez


    GOT IT ...for anybody that is interested a superb little program named Rename


  • Closed Accounts Posts: 16,339 ✭✭✭✭tman


    a simple batch file would've done the job as well (assuming all the files were in the same folder...)


  • Closed Accounts Posts: 494 ✭✭Lukin Black


    Start -> Run - type CMD and press enter
    C:\Documents and Settings\Lukin> cd C:\path-to-folder
    C:\path-to-folder> ren *.old *.new
    


Advertisement