Songs and music are the most
favorite past time of most of us. All our stress vanishes with the melody of
different songs. Sometimes we require to join two or more songs and collaborate
them into a nice fusion for dance or even singing.
Joining mp3 files usually
requires a software. But you have ever thought that task can also be
accomplished with the help of our command prompt yeah it may sound wierd to
beginers but CMD also provide an attribute which can even join multiple mp3
files to form a fusion.
Now follow the steps given below:
1. For this firstly open the
Command Prompt and move to the folder in command line where mp3 files are
stored, and from there select that you want to combine and run the command:
2. To change the folder we have to type as mentioned:
2. To change the folder we have to type as mentioned:
Type: cd music
3. Then to
combine you have to
Type: copy /b *.mp3 newfile.mp3
4. In the
above code type the name of your song in place of “newfile”, as shown
below.
5. Then the wildcard *.mp3
will combine all mp3 files to form a newfile.mp3 file. You can control which
files are combined using wildcard parameters.
0 comments:
Post a Comment