VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Hi,

    I have been having some trouble using the dos copy command to join two wav files together. I have searched google and this site on how to do it right and have had some difficulties.

    copy /B file1.wav+file2.wav filenew.wav is this the correct method? I have had trouble getting that to work. It tells me the system cannot find the file specified. Sorry I am so bad at using dos, I was hoping someone could tell me how I should input the files correctly. The wavs are called "eng pt 1" and "eng pt 2" and are located in C:\Cowboy Bebop

    Thanks for any help.
    Quote Quote  
  2. Member
    Join Date
    Apr 2002
    Location
    The State of Frustration
    Search Comp PM
    Why aren't you using Gold Wave to join the files?
    Hello.
    Quote Quote  
  3. You can use Goldwave huh? I didn't know that!

    Doesn't goldwave cost money though?

    How would I join the files with goldwave?

    Thanks for the quick reply.
    Quote Quote  
  4. Can't remember whether the copy command will concatenate like you are trying, but just based on what you have, when you get into dos at the command prompt, do a "CD c:\cowboy bebop" which the prompt should show you are in the right directory; type Dir <enter> and you should see your files listed, then try your copy...there also may be a freeware wav editor that will do the trick without all of the above...did you look in the tools section on the left? https://www.videohelp.com/tools?s=18#18

    maybe look at besplit
    "As you ramble on through life, brother, whatever be your goal - keep your eye upon the doughnut and not upon the hole."
    Quote Quote  
  5. I tried going into the C:\Cowboy Bebop dir and using copy command it didnt work for some reason... I have besliced I think that's the same thing as besplit? Thanks for your input.
    Quote Quote  
  6. Member mastersmurfie's Avatar
    Join Date
    May 2003
    Location
    United States
    Search Comp PM
    Originally Posted by DaveS
    ...there also may be a freeware wav editor that will do the trick without all of the above...did you look in the tools section on the left? https://www.videohelp.com/tools?s=18#18
    Audacity will join wavs, and it's FREE!!!

    mastersmurfie
    just a thought

    mastersmurfie
    Quote Quote  
  7. Thank you kindly Mastersmurfie! Hopefully that will work for me. I am still baffled as to why I can't copy anything in DOS... oh well!
    Quote Quote  
  8. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    #1- DOS often doesn't like spaces.
    Use the form:
    Code:
    copy "c:\my directory\my file.wav"
    instead of:
    Code:
    copy c:\my directory\my file.wav
    to guarantee that it's getting the correct file & path names
    (Notice the quotations)

    #2- Try "copy /?" for help
    It could be that the form needs to be in a different order:
    Code:
    copy file1.wav + file2.wav filenew.wav /b
    instead of:
    Code:
    copy /b file1.wav + file2.wav filenew.wav
    #3- Unless you're doing automated/batch stuff or super-speedy, CLI mode apps doesn't make as much sense as GUI mode apps. There are plenty of shareware & freeware apps around (look <----).

    HTH,
    Scott
    Quote Quote  
  9. Renegade gll99's Avatar
    Join Date
    May 2002
    Location
    Canadian Tundra
    Search Comp PM
    If you insist on dos:
    It's been a long time but I think there is a comma before the output file name.
    copy /b f1in.xxx+f2in.xxx,fout.xxx
    Quote Quote  
  10. Thanks for the extra help with the DOS portion fellas. You are right GUI's are the way to go, I just wasn't very familar with joining wavs so thanks. I think I merged the wavs successfully with audacity I guess, I will find out when the audio is out of sync...
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!