Quote:
Originally Posted by HarryT
I too use mp3DirectCut to edit MP3, but you don't need a program to join MP3s - just append them using the command line:
Eg: copy /b filea.mp3+fileb.mp3 filec.mp3
will combine "filea" and "fileb" into "filec".
|
If you find yourself needing to do this a lot (or for a lot of files) you can also create a BAT (batch) file to run the code. Good way to ensure everything's spelled right the first time. I usually refer to computerhope.com when I need to remember how to write in DOS/build BAT files.
Back before the plugins were written for Calibre to use Apprentice Alf's deDRM tools, I used to write BAT files to do the steps for removing the DRM from my ebooks.