< Browse > Home / Tips & Tricks / Blog article: Combine MP3’s into a Single MP3 using Command Prompt

| Mobile | RSS

Combine MP3’s into a Single MP3 using Command Prompt

November 20th, 2008 | No Comments | Posted in Tips & Tricks
Text Size - +


Let’s see how to combine MP3’s in a directory to single MP3 using command prompt.

Combine MP3's into Single MP3

First select the mp3 folder which you have to make it into a single mp3 file. For example a folder consists list of hits now move to command prompt.

Navigate to mp3 folder in command prompt (Eg: D:\mp3) and now target your destination folder where you need to create into single mp3 file.



Just enter “copy /b *.mp3 D:\new.mp3

Syntax :

(Your Current Folder)copy /b *.mp3 (destination drive and folder)\new.mp3

Combine MP3

The above picture shows that all the mp3’s in the desktop is copied as single file new.mp3 under D: drive.

Leave a Reply 35 views, 3 so far today |
Tags: ,

Related Posts

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.