title
Products            Buy            Support Forum            Professional            About            Codec Central
 

batch .mp3 rename?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fix55it

    • Nov 2007
    • 2

    batch .mp3 rename?

    is it possible to rename the music files inside a folder..using a text editor like wordpad??
    this is what i have.
    1.mp3
    2.mp3
    3.mp3
    i need this..
    1 hurry.mp3
    2 slowdown.mp3
    3 comeback.mp3
    i have all the track listing in text form just hate renaming one by one.
    and ideas?
  • fix55it

    • Nov 2007
    • 2

    #2
    Re: batch .mp3 rename?

    i found a program that works just fine.

    Comment

    • Lans'k

      • Dec 2007
      • 1

      #3
      Re: batch .mp3 rename?

      Originally posted by fix55it
      is it possible to rename the music files inside a folder..using a text editor like wordpad??
      this is what i have.
      1.mp3
      2.mp3
      3.mp3
      i need this..
      1 hurry.mp3
      2 slowdown.mp3
      3 comeback.mp3
      i have all the track listing in text form just hate renaming one by one.
      and ideas?
      Hello all. This is my first post on the forums here, so I hope its not out of place.
      Wordpad ( or notepad) works fine for writing Batch ".bat" files.

      e.g.
      Code:
      rename 001.mp3	I_Saw_Her_Standing_There.mp3
      rename 002.mp3	Misery.mp3
      rename 003.mp3	Anna_(Go_To_Him).mp3
      rename 004.mp3	Chains.mp3
      rename 005.mp3	Boys.mp3
      rename 006.mp3	Ask_Me_Why.mp3
      rename 007.mp3	Please_Please_Me.mp3
      rename 008.mp3	Love_Me_Do.mp3
      rename 009.mp3	PS_I_Love_You.mp3
      rename 010.mp3	Baby_Its_You.mp3
      rename 011.mp3	Do_You_Want_To_Know_A_Secret.mp3
      rename 012.mp3	A_Taste_Of_Honey.mp3
      rename 013.mp3	Theres_A_Place.mp3
      rename 014.mp3	Twist_And_Shout.mp3
      rename 015.mp3	It_Wont_Be_Long.mp3
      Rename your text file from .txt, to .bat and
      make sure its in the same directory as the files you want to rename before you run it.

      Comment

      Working...

      ]]>