This commit is contained in:
Daveo 2001-05-03 16:51:40 +00:00
parent 5034afb08e
commit 3de3ea9665
12 changed files with 189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
@if exist Speech.Scr del Speech.Scr
@echo ########### >>Speech.Scr
@echo # English # >>Speech.Scr
@echo ########### >>Speech.Scr
@for %file in (speech\eng\*.wav) do call _makescr.bat Eng E %@name["%file"] >>Speech.Scr
@echo ########### >>Speech.Scr
@echo # French # >>Speech.Scr
@echo ########### >>Speech.Scr
@for %file in (speech\Fre\*.wav) do call _makescr.bat Fre E %@name["%file"] >>Speech.Scr
@echo ########### >>Speech.Scr
@echo # German # >>Speech.Scr
@echo ########### >>Speech.Scr
@for %file in (speech\Ger\*.wav) do call _makescr.bat Ger E %@name["%file"] >>Speech.Scr