Search found 9 matches

by ehmdjii
Wed Jun 30, 2010 1:51 pm
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

Chris: the trailing whitespace was indeed the problem, i removed it and now it finally works! the reason why the trailing space was there, is because i generated the soundlist like this: echo -process:GoldWaveMP3ToAU "!filename!" "-outfolder:!directory!" >>c:\GoldwaveSoundList.tx...
by ehmdjii
Wed Jun 30, 2010 5:39 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

thanks again for your replies! cdeamaze: so, is there an alternative to using batch files on windows? here are some lines from the txt-file -process:GoldWaveMP3ToAU "c:\work\res\silent.mp3" "-outfolder:c:\work\res" -process:GoldWaveMP3ToAU "c:\work\res\al_bonusstartup_006_01...
by ehmdjii
Mon Jun 28, 2010 5:56 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

thanks for your answers. unfortunately using or not using "call" or "echo" in front of the command doesnt make any difference! all the commands seem correct, i am on this problem now for over 3 weeks and i have tried every possible combination of commands, quotes, paths, etc and ...
by ehmdjii
Fri Jun 25, 2010 12:36 pm
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

hello and thanks for your reply. i use a normal windows-batch file. i.e. all the code i posted is in a file call convert.bat and yes i have tried to use quotes (singles and doubles) on every possible combination of commands, but it doesnt make a difference. as i said only, when i specify a non-exist...
by ehmdjii
Mon Jun 21, 2010 7:15 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

thanks for your help, but actually what i am trying to do is to integrate many goldwave tasks into a deployment system, that must run without any user interaction. so launching the goldwave gui manually is not an option for me.
by ehmdjii
Thu Jun 17, 2010 6:11 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

thanks for your reply! when i remove that "call" before goldwave.exe, then goldwave isn't started at all. for example like this: "C:\Program Files (x86)\GoldWave\GoldWave.exe" -process@c:\temp\soundlist.txt -proclog:"c:\GoldWaveLog.txt" however, when i call it without t...
by ehmdjii
Wed Jun 09, 2010 4:36 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

thanks for your reply! do you mean specifying it like this: call GoldWave.exe -process@c:\temp\soundlist.txt -proclog:"c:\GoldWaveLog.txt" unfortunately that gives the same result. anyway if i would specify a wrong pathname, then goldwave gives an error message, that the file could not be ...
by ehmdjii
Mon Jun 07, 2010 4:45 am
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

Re: cannot get batch processing to work

anyone? :D
maybe i should have posted this to the support section instead?
by ehmdjii
Wed Jun 02, 2010 1:20 pm
Forum: GoldWave General
Topic: cannot get batch processing to work
Replies: 20
Views: 54132

cannot get batch processing to work

hello, i would like to use goldwave to convert a huge amount of files from one format to another. there fore i put the commands in a textfile and then call goldwave like this: call "GoldWave.exe" -process@soundlist.txt -proclog:c:\temp\GoldWaveLog.txt but the only thing that happens is tha...