also @ TechSpot: Blizzard talks Diablo 3 facts, nerfing and buffs for legendary items

TechSpot

Adding prefix to multiple files in Windows 7

Discussion in 'Windows OS' started by g4mer, Jul 19, 2011.

  1. g4mer TechSpot Enthusiast

    I have many mp3's that i want to rename at once. I want to add prefix (i.e. artist name) in every one of them. It will be really pain in the ****ing *** to rename them one by one. Is there any way to do this?
  2. superty12 TechSpot Enthusiast

    Open Notepad. Type
    Code:
    [drive/path/filename.mp3] ren [drive/path/artistfilename.mp3]
    Replace the bracket text with whatever goes there, then take out the brackets. Press Enter after each one you need to do. Save it as "mp3rename.bat", remove the quotes. Then doubleclick on it. Yes, that is the only way. Here's help with the syntax.
  3. g4mer TechSpot Enthusiast

    Thank you for helping!
  4. superty12 TechSpot Enthusiast

    Glad to help.