sysconfig/script_nuance/tools/speechdebug.pl
2021-06-07 10:03:42 +08:00

7 lines
179 B
Perl

#!/cygdrive/c/perl/bin/perl
# lyrepipe hangs if started by .bat file or without "start"
system ("start lyrepipe.bat");
system ("start C:/Programs/SpeechDebug/speechdebug.exe");