I recently learned a neat trick. To join mp3 files together, you simply use the command (in Windows)
copy /b *.mp3 joined.mp3
and voila, you have one large mp3 file.
My question: is there a method of doing the opposite, i.e. splitting an mp3 file, this easily?