This commit is contained in:
parent
5034afb08e
commit
3de3ea9665
12 changed files with 189 additions and 0 deletions
17
data/Streams/MakeScript.bat
Normal file
17
data/Streams/MakeScript.bat
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue