Today I saw a very useful and simple command online! That is using copy to merge songs or movies!
For example: There are 1.mp3 and 2.mp3 under the F drive. Now to combine the two songs into one, just use
copy /b 1.mp3+2.mp3 3.mp3
This will generate the combined 3.mp3 of the two songs
For example: There are 1.mp3 and 2.mp3 under the F drive. Now to combine the two songs into one, just use
copy /b 1.mp3+2.mp3 3.mp3
This will generate the combined 3.mp3 of the two songs



