New
#1
Context Menu Option to Concatenate Audio Files
It seems like, in Windows 7 or maybe XP, I used to have a tool or tweak that would create a right-click option to immediately merge two audio (especially .wav and .mp3) files, producing a single output audio file that would contain both (or all of) the selected input files, one after the other. I don't remember what that old tool might have been called, and I am having a hard time finding anything like that in Win10.
There are alternatives that will do the job, if you don't mind screwing around with a lot of settings and window moving, every time you want to join two audio files. Examples include Audacity, the command line, and various free or at least paid tools (e.g., Media Cope; those listed by Windows Report). But the extra clicks and settings are a killer if you need to perform such operations often.
I've found JoinExt in Wayback (complete with source code, which I don't know how to modify). I don't think this was the tool I used previously, but it's got the right idea: select your (two or more) input .wavs, right-click, and a window opens to let you arrange the files in the desired order. Unfortunately, it seems to have been created in 2006. Apparently it worked in Win7, but in Win10 it seems to output only the first selected audio file.
It seems like there ought to be a way to create a context menu entry that would simply run thecopy /b input1.mp3 + input2.mp3 output.mp3
command. That would lack the option of rearranging the input order, but at least it would help in those cases where filename order suffices.