Merge WMA files

A

Anthony Giorgianni

Hello All

Looking for freeware to merge .wma audio files -- anybody know of one?

Thanks.


--
Regards,
Anthony Giorgianni

The return address for this post is fictitious. Please reply by posting back
to the newsgroup.
 
D

dadiOH

Anthony said:
Hello All

Looking for freeware to merge .wma audio files -- anybody know of
one?

DOS
copy /b filename1.ext + filename2.ext + .......... + lastfile.ext

--
dadiOH
_____________________________

dadiOH's dandies v3.0...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
____________________________
 
A

Anthony Giorgianni

Really... wow, thx. I'll try that. I'm not sure though what the /b refers
to. Is that the output location?



--
Regards,
Anthony Giorgianni

The return address for this post is fictitious. Please reply by posting back
to the newsgroup.
 
R

Rod

Really... wow, thx. I'll try that. I'm not sure though what the /b refers
to. Is that the output location?

The /b ignores the control-z at the end of files, which would stop the
merging there.
 
D

dadiOH

Anthony said:
Really... wow, thx. I'll try that. I'm not sure though what the /b
refers to. Is that the output location?

Or if you don't want to type all the filenames...
copy /b *.ext newfile.tmp
ren newfile.tmp newfile.ext

The files will be sequenced in the order
in which they were written to the directory.

Recarding the "/b" switch, see Rods answer.

BTW, file names need to be DOS compliant...8 characters max plus extension.

--
dadiOH
_____________________________

dadiOH's dandies v3.0...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
____________________________
 
A

Anthony Giorgianni

Okay, I'll try it. Thx again.


--
Regards,
Anthony Giorgianni

The return address for this post is fictitious. Please reply by posting back
to the newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Favorg 3
Interesting story - OASIS debate 1
Delete ALL cookies automatically? 10
Sutff for Mac 4
Mac zip 11
Unix/Linux 28
Outlook Express toolbar customizer 6
Lost URL to sites review 2

Top