View Single Post
Old 26th June 2010, 11:02   #10216  |  Link
kypec
User of free A/V tools
 
kypec's Avatar
 
Join Date: Jul 2006
Location: SK
Posts: 826
Quote:
Originally Posted by `Orum View Post
yeah I know you can do that, but I find them useful at times...just thinking a command line flag would be best.
If you are annoyed by the sound only in your batch processing then why not try something like this:
Code:
rem This goes somewhere before the eac3to.exe is called
rename "C:\Program Files\AVTools\eac3to\error.wav" error.none
rename "C:\Program Files\AVTools\eac3to\success.wav" success.none
rem Here goes your usual processing...
rename "C:\Program Files\AVTools\eac3to\error.none" error.wav
rename "C:\Program Files\AVTools\eac3to\success.none" success.wav
Replace path to eac3to with your real path of course.
kypec is offline