7 lines
179 B
Perl
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");
|