I have a feeling that the standard copy/b *.mp3 newfile.mp3 will not copy in the name order.
----- Original Message ----- From: Jonathan Mosen To: 'PC audio discussion list. ' Sent: Monday, November 06, 2006 6:54 PM Subject: RE: merging mp3 files. If the files are all at the same bit and sampling rate, just use the Windows command prompt. If they're in a logical order, then use the command copy/b *.mp3 newfile.mp3 which will create one big file called newfile.mp3. otherwise, use copy/b file1.mp3+file2.mp3+file3.mp3 newfile.mp3. Obviously keep adding files as needed and replace the fictitious names in this example with real ones. The /b in the copy command is important because it forces a binary copy. -----Original Message----- From: brian_dalton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 November 2006 11:05 a.m. To: vics Cc: access-uk; Pc-audio Subject: merging mp3 files. Hi, I have a bunch of mp3 files (about fifty) that I'd like to merge into one file. Is there any programme I can get to allow me do this? Cheers, Brian. _______________________________________________ PC-Audio List Help, Guidelines, Archives and more... http://www.pc-audio.org To unsubscribe from this list, send a blank email to: [EMAIL PROTECTED] This list is a service of MosenExplosion.com. To see what other lists we offer, visit us on the web at http://www.MosenExplosion.com _______________________________________________ PC-Audio List Help, Guidelines, Archives and more... http://www.pc-audio.org To unsubscribe from this list, send a blank email to: [EMAIL PROTECTED] This list is a service of MosenExplosion.com. To see what other lists we offer, visit us on the web at http://www.MosenExplosion.com -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.28/518 - Release Date: 11/4/2006 _______________________________________________ PC-Audio List Help, Guidelines, Archives and more... http://www.pc-audio.org To unsubscribe from this list, send a blank email to: [EMAIL PROTECTED] This list is a service of MosenExplosion.com. To see what other lists we offer, visit us on the web at http://www.MosenExplosion.com
